public static interface DescribeReplicationTasksResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeReplicationTasksResponse.Builder,DescribeReplicationTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicationTasksResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReplicationTasksResponse.Builder |
replicationTasks(Collection<ReplicationTask> replicationTasks)
A description of the replication tasks.
|
DescribeReplicationTasksResponse.Builder |
replicationTasks(Consumer<ReplicationTask.Builder>... replicationTasks)
A description of the replication tasks.
|
DescribeReplicationTasksResponse.Builder |
replicationTasks(ReplicationTask... replicationTasks)
A description of the replication tasks.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReplicationTasksResponse.Builder marker(String 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.
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
.DescribeReplicationTasksResponse.Builder replicationTasks(Collection<ReplicationTask> replicationTasks)
A description of the replication tasks.
replicationTasks - A description of the replication tasks.DescribeReplicationTasksResponse.Builder replicationTasks(ReplicationTask... replicationTasks)
A description of the replication tasks.
replicationTasks - A description of the replication tasks.DescribeReplicationTasksResponse.Builder replicationTasks(Consumer<ReplicationTask.Builder>... replicationTasks)
A description of the replication tasks.
This is a convenience method that creates an instance of theReplicationTask.Builder avoiding the need to
create one manually via
ReplicationTask.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #replicationTasks(List.
replicationTasks - a consumer that will call methods on
ReplicationTask.Builder#replicationTasks(java.util.Collection) Copyright © 2023. All rights reserved.