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