Interface ReplicationPendingModifiedValues.Builder

    • Method Detail

      • 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

        ReplicationPendingModifiedValues.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. 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

        ReplicationPendingModifiedValues.Builder networkType​(String 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.