public static interface ReplicationConfig.Builder extends SdkPojo, CopyableBuilder<ReplicationConfig.Builder,ReplicationConfig>
| Modifier and Type | Method and Description |
|---|---|
ReplicationConfig.Builder |
computeConfig(ComputeConfig computeConfig)
Configuration parameters for provisioning an DMS serverless replication.
|
default ReplicationConfig.Builder |
computeConfig(Consumer<ComputeConfig.Builder> computeConfig)
Configuration parameters for provisioning an DMS serverless replication.
|
ReplicationConfig.Builder |
replicationConfigArn(String replicationConfigArn)
The Amazon Resource Name (ARN) of this DMS Serverless replication configuration.
|
ReplicationConfig.Builder |
replicationConfigCreateTime(Instant replicationConfigCreateTime)
The time the serverless replication config was created.
|
ReplicationConfig.Builder |
replicationConfigIdentifier(String replicationConfigIdentifier)
The identifier for the
ReplicationConfig associated with the replication. |
ReplicationConfig.Builder |
replicationConfigUpdateTime(Instant replicationConfigUpdateTime)
The time the serverless replication config was updated.
|
ReplicationConfig.Builder |
replicationSettings(String replicationSettings)
Configuration parameters for an DMS serverless replication.
|
ReplicationConfig.Builder |
replicationType(MigrationTypeValue replicationType)
The type of the replication.
|
ReplicationConfig.Builder |
replicationType(String replicationType)
The type of the replication.
|
ReplicationConfig.Builder |
sourceEndpointArn(String sourceEndpointArn)
The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
|
ReplicationConfig.Builder |
supplementalSettings(String supplementalSettings)
Additional parameters for an DMS serverless replication.
|
ReplicationConfig.Builder |
tableMappings(String tableMappings)
Table mappings specified in the replication.
|
ReplicationConfig.Builder |
targetEndpointArn(String targetEndpointArn)
The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationConfig.Builder replicationConfigIdentifier(String replicationConfigIdentifier)
The identifier for the ReplicationConfig associated with the replication.
replicationConfigIdentifier - The identifier for the ReplicationConfig associated with the replication.ReplicationConfig.Builder replicationConfigArn(String replicationConfigArn)
The Amazon Resource Name (ARN) of this DMS Serverless replication configuration.
replicationConfigArn - The Amazon Resource Name (ARN) of this DMS Serverless replication configuration.ReplicationConfig.Builder sourceEndpointArn(String sourceEndpointArn)
The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
sourceEndpointArn - The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication
configuration.ReplicationConfig.Builder targetEndpointArn(String targetEndpointArn)
The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
targetEndpointArn - The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication
configuration.ReplicationConfig.Builder replicationType(String replicationType)
The type of the replication.
replicationType - The type of the replication.MigrationTypeValue,
MigrationTypeValueReplicationConfig.Builder replicationType(MigrationTypeValue replicationType)
The type of the replication.
replicationType - The type of the replication.MigrationTypeValue,
MigrationTypeValueReplicationConfig.Builder computeConfig(ComputeConfig computeConfig)
Configuration parameters for provisioning an DMS serverless replication.
computeConfig - Configuration parameters for provisioning an DMS serverless replication.default ReplicationConfig.Builder computeConfig(Consumer<ComputeConfig.Builder> computeConfig)
Configuration parameters for provisioning an DMS serverless replication.
This is a convenience method that creates an instance of theComputeConfig.Builder avoiding the need
to create one manually via ComputeConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to computeConfig(ComputeConfig).
computeConfig - a consumer that will call methods on ComputeConfig.BuildercomputeConfig(ComputeConfig)ReplicationConfig.Builder replicationSettings(String replicationSettings)
Configuration parameters for an DMS serverless replication.
replicationSettings - Configuration parameters for an DMS serverless replication.ReplicationConfig.Builder supplementalSettings(String supplementalSettings)
Additional parameters for an DMS serverless replication.
supplementalSettings - Additional parameters for an DMS serverless replication.ReplicationConfig.Builder tableMappings(String tableMappings)
Table mappings specified in the replication.
tableMappings - Table mappings specified in the replication.ReplicationConfig.Builder replicationConfigCreateTime(Instant replicationConfigCreateTime)
The time the serverless replication config was created.
replicationConfigCreateTime - The time the serverless replication config was created.ReplicationConfig.Builder replicationConfigUpdateTime(Instant replicationConfigUpdateTime)
The time the serverless replication config was updated.
replicationConfigUpdateTime - The time the serverless replication config was updated.Copyright © 2023. All rights reserved.