Interface CreateReplicationConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateReplicationConfigRequest.Builder,CreateReplicationConfigRequest>,DatabaseMigrationRequest.Builder,SdkBuilder<CreateReplicationConfigRequest.Builder,CreateReplicationConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateReplicationConfigRequest
@Mutable @NotThreadSafe public static interface CreateReplicationConfigRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<CreateReplicationConfigRequest.Builder,CreateReplicationConfigRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateReplicationConfigRequest.BuildercomputeConfig(Consumer<ComputeConfig.Builder> computeConfig)Configuration parameters for provisioning an DMS Serverless replication.CreateReplicationConfigRequest.BuildercomputeConfig(ComputeConfig computeConfig)Configuration parameters for provisioning an DMS Serverless replication.CreateReplicationConfigRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateReplicationConfigRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateReplicationConfigRequest.BuilderreplicationConfigIdentifier(String replicationConfigIdentifier)A unique identifier that you want to use to create aReplicationConfigArnthat is returned as part of the output from this action.CreateReplicationConfigRequest.BuilderreplicationSettings(String replicationSettings)Optional JSON settings for DMS Serverless replications that are provisioned using this replication configuration.CreateReplicationConfigRequest.BuilderreplicationType(String replicationType)The type of DMS Serverless replication to provision using this replication configuration.CreateReplicationConfigRequest.BuilderreplicationType(MigrationTypeValue replicationType)The type of DMS Serverless replication to provision using this replication configuration.CreateReplicationConfigRequest.BuilderresourceIdentifier(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.CreateReplicationConfigRequest.BuildersourceEndpointArn(String sourceEndpointArn)The Amazon Resource Name (ARN) of the source endpoint for this DMS Serverless replication configuration.CreateReplicationConfigRequest.BuildersupplementalSettings(String supplementalSettings)Optional JSON settings for specifying supplemental data.CreateReplicationConfigRequest.BuildertableMappings(String tableMappings)JSON table mappings for DMS Serverless replications that are provisioned using this replication configuration.CreateReplicationConfigRequest.Buildertags(Collection<Tag> tags)One or more optional tags associated with resources used by the DMS Serverless replication.CreateReplicationConfigRequest.Buildertags(Consumer<Tag.Builder>... tags)One or more optional tags associated with resources used by the DMS Serverless replication.CreateReplicationConfigRequest.Buildertags(Tag... tags)One or more optional tags associated with resources used by the DMS Serverless replication.CreateReplicationConfigRequest.BuildertargetEndpointArn(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
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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
CreateReplicationConfigRequest.Builder sourceEndpointArn(String 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
CreateReplicationConfigRequest.Builder targetEndpointArn(String 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
CreateReplicationConfigRequest.Builder computeConfig(ComputeConfig 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:
computeConfig(ComputeConfig)
-
replicationType
CreateReplicationConfigRequest.Builder replicationType(String 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:
MigrationTypeValue,MigrationTypeValue
-
-
replicationType
CreateReplicationConfigRequest.Builder replicationType(MigrationTypeValue 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:
MigrationTypeValue,MigrationTypeValue
-
-
tableMappings
CreateReplicationConfigRequest.Builder tableMappings(String 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
CreateReplicationConfigRequest.Builder replicationSettings(String 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
CreateReplicationConfigRequest.Builder supplementalSettings(String 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
CreateReplicationConfigRequest.Builder 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. 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
CreateReplicationConfigRequest.Builder tags(Collection<Tag> 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
CreateReplicationConfigRequest.Builder tags(Tag... 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
CreateReplicationConfigRequest.Builder tags(Consumer<Tag.Builder>... 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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateReplicationConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateReplicationConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-