Interface CreateReplicationConfigRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateReplicationConfigRequest.Builder,,CreateReplicationConfigRequest> DatabaseMigrationRequest.Builder,SdkBuilder<CreateReplicationConfigRequest.Builder,,CreateReplicationConfigRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateReplicationConfigRequest
-
Method Summary
Modifier and TypeMethodDescriptioncomputeConfig(Consumer<ComputeConfig.Builder> computeConfig) Configuration parameters for provisioning an DMS Serverless replication.computeConfig(ComputeConfig computeConfig) Configuration parameters for provisioning an DMS Serverless replication.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.replicationConfigIdentifier(String replicationConfigIdentifier) A unique identifier that you want to use to create aReplicationConfigArnthat is returned as part of the output from this action.replicationSettings(String replicationSettings) Optional JSON settings for DMS Serverless replications that are provisioned using this replication configuration.replicationType(String replicationType) The type of DMS Serverless replication to provision using this replication configuration.replicationType(MigrationTypeValue replicationType) The type of DMS Serverless replication to provision using this replication configuration.resourceIdentifier(String resourceIdentifier) Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource.sourceEndpointArn(String sourceEndpointArn) The Amazon Resource Name (ARN) of the source endpoint for this DMS Serverless replication configuration.supplementalSettings(String supplementalSettings) Optional JSON settings for specifying supplemental data.tableMappings(String tableMappings) JSON table mappings for DMS Serverless replications that are provisioned using this replication configuration.tags(Collection<Tag> tags) One or more optional tags associated with resources used by the DMS Serverless replication.tags(Consumer<Tag.Builder>... tags) One or more optional tags associated with resources used by the DMS Serverless replication.One or more optional tags associated with resources used by the DMS Serverless replication.targetEndpointArn(String targetEndpointArn) The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
replicationConfigIdentifier
CreateReplicationConfigRequest.Builder replicationConfigIdentifier(String replicationConfigIdentifier) A unique identifier that you want to use to create a
ReplicationConfigArnthat is returned as part of the output from this action. You can then pass this outputReplicationConfigArnas the value of theReplicationConfigArnoption for other actions to identify both DMS Serverless replications and replication configurations that you want those actions to operate on. For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to identify the specific replication and replication configuration to operate on.- Parameters:
replicationConfigIdentifier- A unique identifier that you want to use to create aReplicationConfigArnthat is returned as part of the output from this action. You can then pass this outputReplicationConfigArnas the value of theReplicationConfigArnoption for other actions to identify both DMS Serverless replications and replication configurations that you want those actions to operate on. For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to identify the specific replication and replication configuration to operate on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceEndpointArn
The Amazon Resource Name (ARN) of the source endpoint for this DMS Serverless replication configuration.
- Parameters:
sourceEndpointArn- The Amazon Resource Name (ARN) of the source endpoint for this DMS Serverless replication configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetEndpointArn
The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
- Parameters:
targetEndpointArn- The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeConfig
Configuration parameters for provisioning an DMS Serverless replication.
- Parameters:
computeConfig- Configuration parameters for provisioning an DMS Serverless replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeConfig
default CreateReplicationConfigRequest.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.Builderavoiding the need to create one manually viaComputeConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomputeConfig(ComputeConfig).- Parameters:
computeConfig- a consumer that will call methods onComputeConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
replicationType
The type of DMS Serverless replication to provision using this replication configuration.
Possible values:
-
"full-load" -
"cdc" -
"full-load-and-cdc"
- Parameters:
replicationType- The type of DMS Serverless replication to provision using this replication configuration.Possible values:
-
"full-load" -
"cdc" -
"full-load-and-cdc"
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
replicationType
The type of DMS Serverless replication to provision using this replication configuration.
Possible values:
-
"full-load" -
"cdc" -
"full-load-and-cdc"
- Parameters:
replicationType- The type of DMS Serverless replication to provision using this replication configuration.Possible values:
-
"full-load" -
"cdc" -
"full-load-and-cdc"
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
tableMappings
JSON table mappings for DMS Serverless replications that are provisioned using this replication configuration. For more information, see Specifying table selection and transformations rules using JSON.
- Parameters:
tableMappings- JSON table mappings for DMS Serverless replications that are provisioned using this replication configuration. For more information, see Specifying table selection and transformations rules using JSON.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationSettings
Optional JSON settings for DMS Serverless replications that are provisioned using this replication configuration. For example, see Change processing tuning settings.
- Parameters:
replicationSettings- Optional JSON settings for DMS Serverless replications that are provisioned using this replication configuration. For example, see Change processing tuning settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supplementalSettings
Optional JSON settings for specifying supplemental data. For more information, see Specifying supplemental data for task settings.
- Parameters:
supplementalSettings- Optional JSON settings for specifying supplemental data. For more information, see Specifying supplemental data for task settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdentifier
Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource. For more information, see Fine-grained access control using resource names and tags.
- Parameters:
resourceIdentifier- Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource. For more information, see Fine-grained access control using resource names and tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
One or more optional tags associated with resources used by the DMS Serverless replication. For more information, see Tagging resources in Database Migration Service.
- Parameters:
tags- One or more optional tags associated with resources used by the DMS Serverless replication. For more information, see Tagging resources in Database Migration Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
One or more optional tags associated with resources used by the DMS Serverless replication. For more information, see Tagging resources in Database Migration Service.
- Parameters:
tags- One or more optional tags associated with resources used by the DMS Serverless replication. For more information, see Tagging resources in Database Migration Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
One or more optional tags associated with resources used by the DMS Serverless replication. For more information, see Tagging resources in Database Migration Service.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateReplicationConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateReplicationConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-