Class ReplicationPendingModifiedValues

    • Constructor Detail

      • ReplicationPendingModifiedValues

        public ReplicationPendingModifiedValues()
    • Method Detail

      • setReplicationInstanceClass

        public void setReplicationInstanceClass​(String replicationInstanceClass)

        The compute and memory capacity of the replication instance.

        Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

        Parameters:
        replicationInstanceClass - The compute and memory capacity of the replication instance.

        Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

      • getReplicationInstanceClass

        public String getReplicationInstanceClass()

        The compute and memory capacity of the replication instance.

        Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

        Returns:
        The compute and memory capacity of the replication instance.

        Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

      • withReplicationInstanceClass

        public ReplicationPendingModifiedValues withReplicationInstanceClass​(String replicationInstanceClass)

        The compute and memory capacity of the replication instance.

        Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

        Parameters:
        replicationInstanceClass - The compute and memory capacity of the replication instance.

        Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

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

        public void setAllocatedStorage​(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.
      • getAllocatedStorage

        public Integer getAllocatedStorage()

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

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

        public ReplicationPendingModifiedValues withAllocatedStorage​(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.
      • setEngineVersion

        public void setEngineVersion​(String engineVersion)

        The engine version number of the replication instance.

        Parameters:
        engineVersion - The engine version number of the replication instance.
      • getEngineVersion

        public String getEngineVersion()

        The engine version number of the replication instance.

        Returns:
        The engine version number of the replication instance.
      • withEngineVersion

        public ReplicationPendingModifiedValues withEngineVersion​(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.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object