Interface ReplicationPendingModifiedValues.Builder

  • Method Details

    • replicationInstanceClass

      ReplicationPendingModifiedValues.Builder replicationInstanceClass(String replicationInstanceClass)

      The compute and memory capacity of the replication instance as defined for the specified replication instance class.

      For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.

      Parameters:
      replicationInstanceClass - The compute and memory capacity of the replication instance as defined for the specified replication instance class.

      For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allocatedStorage

      ReplicationPendingModifiedValues.Builder allocatedStorage(Integer allocatedStorage)

      The amount of storage (in gigabytes) that is allocated for the replication instance.

      Parameters:
      allocatedStorage - The amount of storage (in gigabytes) that is allocated for the replication instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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. You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • engineVersion

      ReplicationPendingModifiedValues.Builder engineVersion(String engineVersion)

      The engine version number of the replication instance.

      Parameters:
      engineVersion - The engine version number of the replication instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkType

      The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.

      Parameters:
      networkType - The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.