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