Class CfnReplicationInstance.Builder

java.lang.Object
software.amazon.awscdk.services.dms.CfnReplicationInstance.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReplicationInstance>
Enclosing class:
CfnReplicationInstance

@Stability(Stable) public static final class CfnReplicationInstance.Builder extends Object implements software.amazon.jsii.Builder<CfnReplicationInstance>
A fluent builder for CfnReplicationInstance.
  • Method Details

    • create

      @Stability(Stable) public static CfnReplicationInstance.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnReplicationInstance.Builder.
    • replicationInstanceClass

      @Stability(Stable) public CfnReplicationInstance.Builder replicationInstanceClass(String replicationInstanceClass)
      The compute and memory capacity of the replication instance as defined for the specified replication instance class.

      For example, to specify the instance class dms.c4.large, set this parameter to "dms.c4.large" . For more information on the settings and capacities for the available replication instance classes, see Selecting the right AWS DMS replication instance for your migration in the AWS Database Migration Service User Guide .

      Parameters:
      replicationInstanceClass - The compute and memory capacity of the replication instance as defined for the specified replication instance class. This parameter is required.
      Returns:
      this
    • allocatedStorage

      @Stability(Stable) public CfnReplicationInstance.Builder allocatedStorage(Number allocatedStorage)
      The amount of storage (in gigabytes) to be initially allocated for the replication instance.

      Parameters:
      allocatedStorage - The amount of storage (in gigabytes) to be initially allocated for the replication instance. This parameter is required.
      Returns:
      this
    • allowMajorVersionUpgrade

      @Stability(Stable) public CfnReplicationInstance.Builder allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade)
      Indicates that major version upgrades are allowed.

      Changing this parameter does not result in an outage, and the change is asynchronously applied as soon as possible.

      This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

      Parameters:
      allowMajorVersionUpgrade - Indicates that major version upgrades are allowed. This parameter is required.
      Returns:
      this
    • allowMajorVersionUpgrade

      @Stability(Stable) public CfnReplicationInstance.Builder allowMajorVersionUpgrade(IResolvable allowMajorVersionUpgrade)
      Indicates that major version upgrades are allowed.

      Changing this parameter does not result in an outage, and the change is asynchronously applied as soon as possible.

      This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

      Parameters:
      allowMajorVersionUpgrade - Indicates that major version upgrades are allowed. This parameter is required.
      Returns:
      this
    • autoMinorVersionUpgrade

      @Stability(Stable) public CfnReplicationInstance.Builder autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
      A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window.

      This parameter defaults to true .

      Default: true

      Parameters:
      autoMinorVersionUpgrade - A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window. This parameter is required.
      Returns:
      this
    • autoMinorVersionUpgrade

      @Stability(Stable) public CfnReplicationInstance.Builder autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
      A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window.

      This parameter defaults to true .

      Default: true

      Parameters:
      autoMinorVersionUpgrade - A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window. This parameter is required.
      Returns:
      this
    • availabilityZone

      @Stability(Stable) public CfnReplicationInstance.Builder availabilityZone(String availabilityZone)
      The Availability Zone that the replication instance will be created in.

      The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region , for example us-east-1d .

      Parameters:
      availabilityZone - The Availability Zone that the replication instance will be created in. This parameter is required.
      Returns:
      this
    • engineVersion

      @Stability(Stable) public CfnReplicationInstance.Builder engineVersion(String engineVersion)
      The engine version number of the replication instance.

      If an engine version number is not specified when a replication instance is created, the default is the latest engine version available.

      Parameters:
      engineVersion - The engine version number of the replication instance. This parameter is required.
      Returns:
      this
    • kmsKeyId

      @Stability(Stable) public CfnReplicationInstance.Builder kmsKeyId(String kmsKeyId)
      An AWS KMS key identifier that is used to encrypt the data on the replication instance.

      If you don't specify a value for the KmsKeyId parameter, AWS DMS uses your default encryption key.

      AWS KMS creates the default encryption key for your AWS account . Your AWS account has a different default encryption key for each AWS Region .

      Parameters:
      kmsKeyId - An AWS KMS key identifier that is used to encrypt the data on the replication instance. This parameter is required.
      Returns:
      this
    • multiAz

      @Stability(Stable) public CfnReplicationInstance.Builder multiAz(Boolean multiAz)
      Specifies whether the replication instance is a Multi-AZ deployment.

      You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true .

      Parameters:
      multiAz - Specifies whether the replication instance is a Multi-AZ deployment. This parameter is required.
      Returns:
      this
    • multiAz

      @Stability(Stable) public CfnReplicationInstance.Builder multiAz(IResolvable multiAz)
      Specifies whether the replication instance is a Multi-AZ deployment.

      You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true .

      Parameters:
      multiAz - Specifies whether the replication instance is a Multi-AZ deployment. This parameter is required.
      Returns:
      this
    • preferredMaintenanceWindow

      @Stability(Stable) public CfnReplicationInstance.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)
      The weekly time range during which system maintenance can occur, in UTC.

      Format : ddd:hh24:mi-ddd:hh24:mi

      Default : A 30-minute window selected at random from an 8-hour block of time per AWS Region , occurring on a random day of the week.

      Valid days ( ddd ): Mon | Tue | Wed | Thu | Fri | Sat | Sun

      Constraints : Minimum 30-minute window.

      Parameters:
      preferredMaintenanceWindow - The weekly time range during which system maintenance can occur, in UTC. This parameter is required.
      Returns:
      this
    • publiclyAccessible

      @Stability(Stable) public CfnReplicationInstance.Builder publiclyAccessible(Boolean publiclyAccessible)
      Specifies the accessibility options for the replication instance.

      A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true .

      Parameters:
      publiclyAccessible - Specifies the accessibility options for the replication instance. This parameter is required.
      Returns:
      this
    • publiclyAccessible

      @Stability(Stable) public CfnReplicationInstance.Builder publiclyAccessible(IResolvable publiclyAccessible)
      Specifies the accessibility options for the replication instance.

      A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true .

      Parameters:
      publiclyAccessible - Specifies the accessibility options for the replication instance. This parameter is required.
      Returns:
      this
    • replicationInstanceIdentifier

      @Stability(Stable) public CfnReplicationInstance.Builder replicationInstanceIdentifier(String replicationInstanceIdentifier)
      The replication instance identifier. This parameter is stored as a lowercase string.

      Constraints:

      • Must contain 1-63 alphanumeric characters or hyphens.
      • First character must be a letter.
      • Can't end with a hyphen or contain two consecutive hyphens.

      Example: myrepinstance

      Parameters:
      replicationInstanceIdentifier - The replication instance identifier. This parameter is stored as a lowercase string. This parameter is required.
      Returns:
      this
    • replicationSubnetGroupIdentifier

      @Stability(Stable) public CfnReplicationInstance.Builder replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
      A subnet group to associate with the replication instance.

      Parameters:
      replicationSubnetGroupIdentifier - A subnet group to associate with the replication instance. This parameter is required.
      Returns:
      this
    • resourceIdentifier

      @Stability(Stable) public CfnReplicationInstance.Builder resourceIdentifier(String resourceIdentifier)
      A display name for the resource identifier at the end of the EndpointArn response parameter that is returned in the created Endpoint object.

      The value for this parameter can have up to 31 characters. It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter, such as Example-App-ARN1 . For example, this value might result in the EndpointArn value arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1 . If you don't specify a ResourceIdentifier value, AWS DMS generates a default identifier value for the end of EndpointArn .

      Parameters:
      resourceIdentifier - A display name for the resource identifier at the end of the EndpointArn response parameter that is returned in the created Endpoint object. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnReplicationInstance.Builder tags(List<? extends CfnTag> tags)
      One or more tags to be assigned to the replication instance.

      Parameters:
      tags - One or more tags to be assigned to the replication instance. This parameter is required.
      Returns:
      this
    • vpcSecurityGroupIds

      @Stability(Stable) public CfnReplicationInstance.Builder vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
      Specifies the virtual private cloud (VPC) security group to be used with the replication instance.

      The VPC security group must work with the VPC containing the replication instance.

      Parameters:
      vpcSecurityGroupIds - Specifies the virtual private cloud (VPC) security group to be used with the replication instance. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnReplicationInstance build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnReplicationInstance>
      Returns:
      a newly built instance of CfnReplicationInstance.