Class ReplicationConfigReference.Builder
java.lang.Object
software.amazon.awscdk.services.dms.ReplicationConfigReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ReplicationConfigReference>
- Enclosing interface:
ReplicationConfigReference
@Stability(Stable)
public static final class ReplicationConfigReference.Builder
extends Object
implements software.amazon.jsii.Builder<ReplicationConfigReference>
A builder for
ReplicationConfigReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.replicationConfigArn(String replicationConfigArn) Sets the value ofReplicationConfigReference.getReplicationConfigArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
replicationConfigArn
@Stability(Stable) public ReplicationConfigReference.Builder replicationConfigArn(String replicationConfigArn) Sets the value ofReplicationConfigReference.getReplicationConfigArn()- Parameters:
replicationConfigArn- The ReplicationConfigArn of the ReplicationConfig resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ReplicationConfigReference>- Returns:
- a new instance of
ReplicationConfigReference - Throws:
NullPointerException- if any required attribute was not provided
-