Interface DescribeReplicationInstanceTaskLogsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeReplicationInstanceTaskLogsResponse.Builder,
,DescribeReplicationInstanceTaskLogsResponse> DatabaseMigrationResponse.Builder
,SdkBuilder<DescribeReplicationInstanceTaskLogsResponse.Builder,
,DescribeReplicationInstanceTaskLogsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeReplicationInstanceTaskLogsResponse
-
Method Summary
Modifier and TypeMethodDescriptionAn optional pagination token provided by a previous request.replicationInstanceArn
(String replicationInstanceArn) The Amazon Resource Name (ARN) of the replication instance.replicationInstanceTaskLogs
(Collection<ReplicationInstanceTaskLog> replicationInstanceTaskLogs) An array of replication task log metadata.replicationInstanceTaskLogs
(Consumer<ReplicationInstanceTaskLog.Builder>... replicationInstanceTaskLogs) An array of replication task log metadata.replicationInstanceTaskLogs
(ReplicationInstanceTaskLog... replicationInstanceTaskLogs) An array of replication task log metadata.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
replicationInstanceArn
DescribeReplicationInstanceTaskLogsResponse.Builder replicationInstanceArn(String replicationInstanceArn) The Amazon Resource Name (ARN) of the replication instance.
- Parameters:
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationInstanceTaskLogs
DescribeReplicationInstanceTaskLogsResponse.Builder replicationInstanceTaskLogs(Collection<ReplicationInstanceTaskLog> replicationInstanceTaskLogs) An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
- Parameters:
replicationInstanceTaskLogs
- An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationInstanceTaskLogs
DescribeReplicationInstanceTaskLogsResponse.Builder replicationInstanceTaskLogs(ReplicationInstanceTaskLog... replicationInstanceTaskLogs) An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
- Parameters:
replicationInstanceTaskLogs
- An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationInstanceTaskLogs
DescribeReplicationInstanceTaskLogsResponse.Builder replicationInstanceTaskLogs(Consumer<ReplicationInstanceTaskLog.Builder>... replicationInstanceTaskLogs) An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
This is a convenience method that creates an instance of theReplicationInstanceTaskLog.Builder
avoiding the need to create one manually viaReplicationInstanceTaskLog.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreplicationInstanceTaskLogs(List<ReplicationInstanceTaskLog>)
.- Parameters:
replicationInstanceTaskLogs
- a consumer that will call methods onReplicationInstanceTaskLog.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
marker
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.- Parameters:
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-