public static interface ModifyReplicationConfigResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<ModifyReplicationConfigResponse.Builder,ModifyReplicationConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyReplicationConfigResponse.Builder |
replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig)
Information about the serverless replication config that was modified.
|
ModifyReplicationConfigResponse.Builder |
replicationConfig(ReplicationConfig replicationConfig)
Information about the serverless replication config that was modified.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyReplicationConfigResponse.Builder replicationConfig(ReplicationConfig replicationConfig)
Information about the serverless replication config that was modified.
replicationConfig - Information about the serverless replication config that was modified.default ModifyReplicationConfigResponse.Builder replicationConfig(Consumer<ReplicationConfig.Builder> replicationConfig)
Information about the serverless replication config that was modified.
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 replicationConfig(ReplicationConfig).
replicationConfig - a consumer that will call methods on ReplicationConfig.BuilderreplicationConfig(ReplicationConfig)Copyright © 2023. All rights reserved.