Interface ModifyReplicationConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ModifyReplicationConfigResponse.Builder,
,ModifyReplicationConfigResponse> DatabaseMigrationResponse.Builder
,SdkBuilder<ModifyReplicationConfigResponse.Builder,
,ModifyReplicationConfigResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ModifyReplicationConfigResponse
public static interface ModifyReplicationConfigResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<ModifyReplicationConfigResponse.Builder,ModifyReplicationConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionreplicationConfig
(Consumer<ReplicationConfig.Builder> replicationConfig) Information about the serverless replication config that was modified.replicationConfig
(ReplicationConfig replicationConfig) Information about the serverless replication config that was modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
replicationConfig
Information about the serverless replication config that was modified.
- Parameters:
replicationConfig
- Information about the serverless replication config that was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationConfig
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 viaReplicationConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreplicationConfig(ReplicationConfig)
.- Parameters:
replicationConfig
- a consumer that will call methods onReplicationConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-