Interface DescribeReplicationTasksResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeReplicationTasksResponse.Builder,,- DescribeReplicationTasksResponse> - DatabaseMigrationResponse.Builder,- SdkBuilder<DescribeReplicationTasksResponse.Builder,,- DescribeReplicationTasksResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeReplicationTasksResponse
@Mutable
@NotThreadSafe
public static interface DescribeReplicationTasksResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeReplicationTasksResponse.Builder,DescribeReplicationTasksResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionAn optional pagination token provided by a previous request.replicationTasks(Collection<ReplicationTask> replicationTasks) A description of the replication tasks.replicationTasks(Consumer<ReplicationTask.Builder>... replicationTasks) A description of the replication tasks.replicationTasks(ReplicationTask... replicationTasks) A description of the replication tasks.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
markerAn 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 by- MaxRecords.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
replicationTasksDescribeReplicationTasksResponse.Builder replicationTasks(Collection<ReplicationTask> replicationTasks) A description of the replication tasks. - Parameters:
- replicationTasks- A description of the replication tasks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
replicationTasksA description of the replication tasks. - Parameters:
- replicationTasks- A description of the replication tasks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
replicationTasksDescribeReplicationTasksResponse.Builder replicationTasks(Consumer<ReplicationTask.Builder>... replicationTasks) A description of the replication tasks. This is a convenience method that creates an instance of theReplicationTask.Builderavoiding the need to create one manually viaReplicationTask.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplicationTasks(List<ReplicationTask>).- Parameters:
- replicationTasks- a consumer that will call methods on- ReplicationTask.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-