public class ReplicationPendingModifiedValues extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ReplicationPendingModifiedValues() |
Modifier and Type | Method and Description |
---|---|
ReplicationPendingModifiedValues |
clone() |
boolean |
equals(Object obj) |
Integer |
getAllocatedStorage()
The amount of storage (in gigabytes) that is allocated for the
replication instance.
|
String |
getEngineVersion()
The engine version number of the replication instance.
|
Boolean |
getMultiAZ()
Specifies if the replication instance is a Multi-AZ deployment.
|
String |
getReplicationInstanceClass()
The compute and memory capacity of the replication instance.
|
int |
hashCode() |
Boolean |
isMultiAZ()
Specifies if the replication instance is a Multi-AZ deployment.
|
void |
setAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the
replication instance.
|
void |
setEngineVersion(String engineVersion)
The engine version number of the replication instance.
|
void |
setMultiAZ(Boolean multiAZ)
Specifies if the replication instance is a Multi-AZ deployment.
|
void |
setReplicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReplicationPendingModifiedValues |
withAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the
replication instance.
|
ReplicationPendingModifiedValues |
withEngineVersion(String engineVersion)
The engine version number of the replication instance.
|
ReplicationPendingModifiedValues |
withMultiAZ(Boolean multiAZ)
Specifies if the replication instance is a Multi-AZ deployment.
|
ReplicationPendingModifiedValues |
withReplicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance.
|
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
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
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
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
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
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
public void setAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the replication instance.
allocatedStorage
- The amount of storage (in gigabytes) that is allocated for the
replication instance.public Integer getAllocatedStorage()
The amount of storage (in gigabytes) that is allocated for the replication instance.
public ReplicationPendingModifiedValues withAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the replication instance.
allocatedStorage
- The amount of storage (in gigabytes) that is allocated for the
replication instance.public void setMultiAZ(Boolean multiAZ)
Specifies if the replication instance is a Multi-AZ deployment. You
cannot set the AvailabilityZone
parameter if the Multi-AZ
parameter is set to true
.
multiAZ
- Specifies if the replication instance is a Multi-AZ deployment.
You cannot set the AvailabilityZone
parameter if the
Multi-AZ parameter is set to true
.public Boolean getMultiAZ()
Specifies if the replication instance is a Multi-AZ deployment. You
cannot set the AvailabilityZone
parameter if the Multi-AZ
parameter is set to true
.
AvailabilityZone
parameter if the
Multi-AZ parameter is set to true
.public ReplicationPendingModifiedValues withMultiAZ(Boolean multiAZ)
Specifies if the replication instance is a Multi-AZ deployment. You
cannot set the AvailabilityZone
parameter if the Multi-AZ
parameter is set to true
.
multiAZ
- Specifies if the replication instance is a Multi-AZ deployment.
You cannot set the AvailabilityZone
parameter if the
Multi-AZ parameter is set to true
.public Boolean isMultiAZ()
Specifies if the replication instance is a Multi-AZ deployment. You
cannot set the AvailabilityZone
parameter if the Multi-AZ
parameter is set to true
.
AvailabilityZone
parameter if the
Multi-AZ parameter is set to true
.public void setEngineVersion(String engineVersion)
The engine version number of the replication instance.
engineVersion
- The engine version number of the replication instance.public String getEngineVersion()
The engine version number of the replication instance.
public ReplicationPendingModifiedValues withEngineVersion(String engineVersion)
The engine version number of the replication instance.
engineVersion
- The engine version number of the replication instance.public String toString()
toString
in class Object
Object.toString()
public ReplicationPendingModifiedValues clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.