Class CfnReplicationConfigMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.dms.CfnReplicationConfigMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReplicationConfigMixinProps>
- Enclosing interface:
CfnReplicationConfigMixinProps
@Stability(Stable)
public static final class CfnReplicationConfigMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReplicationConfigMixinProps>
A builder for
CfnReplicationConfigMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnReplicationConfigMixinProps.getComputeConfig()computeConfig(IResolvable computeConfig) Sets the value ofCfnReplicationConfigMixinProps.getComputeConfig()replicationConfigIdentifier(String replicationConfigIdentifier) Sets the value ofCfnReplicationConfigMixinProps.getReplicationConfigIdentifier()replicationSettings(Object replicationSettings) Sets the value ofCfnReplicationConfigMixinProps.getReplicationSettings()replicationType(String replicationType) Sets the value ofCfnReplicationConfigMixinProps.getReplicationType()resourceIdentifier(String resourceIdentifier) Sets the value ofCfnReplicationConfigMixinProps.getResourceIdentifier()sourceEndpointArn(String sourceEndpointArn) Sets the value ofCfnReplicationConfigMixinProps.getSourceEndpointArn()supplementalSettings(Object supplementalSettings) Sets the value ofCfnReplicationConfigMixinProps.getSupplementalSettings()tableMappings(Object tableMappings) Sets the value ofCfnReplicationConfigMixinProps.getTableMappings()Sets the value ofCfnReplicationConfigMixinProps.getTags()targetEndpointArn(String targetEndpointArn) Sets the value ofCfnReplicationConfigMixinProps.getTargetEndpointArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
computeConfig
@Stability(Stable) public CfnReplicationConfigMixinProps.Builder computeConfig(IResolvable computeConfig) Sets the value ofCfnReplicationConfigMixinProps.getComputeConfig()- Parameters:
computeConfig- Configuration parameters for provisioning an AWS DMS Serverless replication.- Returns:
this
-
computeConfig
@Stability(Stable) public CfnReplicationConfigMixinProps.Builder computeConfig(CfnReplicationConfigPropsMixin.ComputeConfigProperty computeConfig) Sets the value ofCfnReplicationConfigMixinProps.getComputeConfig()- Parameters:
computeConfig- Configuration parameters for provisioning an AWS DMS Serverless replication.- Returns:
this
-
replicationConfigIdentifier
@Stability(Stable) public CfnReplicationConfigMixinProps.Builder replicationConfigIdentifier(String replicationConfigIdentifier) Sets the value ofCfnReplicationConfigMixinProps.getReplicationConfigIdentifier()- 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 AWS 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:
this
-
replicationSettings
@Stability(Stable) public CfnReplicationConfigMixinProps.Builder replicationSettings(Object replicationSettings) Sets the value ofCfnReplicationConfigMixinProps.getReplicationSettings()- Parameters:
replicationSettings- Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration. For example, see Change processing tuning settings .- Returns:
this
-
replicationType
@Stability(Stable) public CfnReplicationConfigMixinProps.Builder replicationType(String replicationType) Sets the value ofCfnReplicationConfigMixinProps.getReplicationType()- Parameters:
replicationType- The type of AWS DMS Serverless replication to provision using this replication configuration. Possible values:"full-load""cdc""full-load-and-cdc"
- Returns:
this
-
resourceIdentifier
@Stability(Stable) public CfnReplicationConfigMixinProps.Builder resourceIdentifier(String resourceIdentifier) Sets the value ofCfnReplicationConfigMixinProps.getResourceIdentifier()- 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:
this
-
sourceEndpointArn
@Stability(Stable) public CfnReplicationConfigMixinProps.Builder sourceEndpointArn(String sourceEndpointArn) Sets the value ofCfnReplicationConfigMixinProps.getSourceEndpointArn()- Parameters:
sourceEndpointArn- The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.- Returns:
this
-
supplementalSettings
@Stability(Stable) public CfnReplicationConfigMixinProps.Builder supplementalSettings(Object supplementalSettings) Sets the value ofCfnReplicationConfigMixinProps.getSupplementalSettings()- Parameters:
supplementalSettings- Optional JSON settings for specifying supplemental data. For more information, see Specifying supplemental data for task settings .- Returns:
this
-
tableMappings
@Stability(Stable) public CfnReplicationConfigMixinProps.Builder tableMappings(Object tableMappings) Sets the value ofCfnReplicationConfigMixinProps.getTableMappings()- Parameters:
tableMappings- JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration. For more information, see Specifying table selection and transformations rules using JSON .- Returns:
this
-
tags
Sets the value ofCfnReplicationConfigMixinProps.getTags()- Parameters:
tags- One or more optional tags associated with resources used by the AWS DMS Serverless replication. For more information, see Tagging resources in AWS Database Migration Service .- Returns:
this
-
targetEndpointArn
@Stability(Stable) public CfnReplicationConfigMixinProps.Builder targetEndpointArn(String targetEndpointArn) Sets the value ofCfnReplicationConfigMixinProps.getTargetEndpointArn()- Parameters:
targetEndpointArn- The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReplicationConfigMixinProps>- Returns:
- a new instance of
CfnReplicationConfigMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-