Class ReplicationPendingModifiedValues
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe amount of storage (in gigabytes) that is allocated for the replication instance.The engine version number of the replication instance.The compute and memory capacity of the replication instance.inthashCode()voidsetAllocatedStorage(Integer allocatedStorage) The amount of storage (in gigabytes) that is allocated for the replication instance.voidsetEngineVersion(String engineVersion) The engine version number of the replication instance.voidsetReplicationInstanceClass(String replicationInstanceClass) The compute and memory capacity of the replication instance.toString()Returns a string representation of this object; useful for testing and debugging.withAllocatedStorage(Integer allocatedStorage) The amount of storage (in gigabytes) that is allocated for the replication instance.withEngineVersion(String engineVersion) The engine version number of the replication instance.withReplicationInstanceClass(String replicationInstanceClass) The compute and memory capacity of the replication instance.
-
Constructor Details
-
ReplicationPendingModifiedValues
public ReplicationPendingModifiedValues()
-
-
Method Details
-
setReplicationInstanceClass
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
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
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
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
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
The engine version number of the replication instance.
- Parameters:
engineVersion- The engine version number of the replication instance.
-
getEngineVersion
The engine version number of the replication instance.
- Returns:
- The engine version number of the replication instance.
-
withEngineVersion
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
-
equals
-
hashCode
-
clone
-