public static interface ReplicationPendingModifiedValues.Builder extends SdkPojo, CopyableBuilder<ReplicationPendingModifiedValues.Builder,ReplicationPendingModifiedValues>
Modifier and Type | Method and Description |
---|---|
ReplicationPendingModifiedValues.Builder |
allocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the replication instance.
|
ReplicationPendingModifiedValues.Builder |
engineVersion(String engineVersion)
The engine version number of the replication instance.
|
ReplicationPendingModifiedValues.Builder |
multiAZ(Boolean multiAZ)
Specifies if the replication instance is a Multi-AZ deployment.
|
ReplicationPendingModifiedValues.Builder |
replicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance.
|
copy
applyMutation, build
ReplicationPendingModifiedValues.Builder replicationInstanceClass(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
ReplicationPendingModifiedValues.Builder allocatedStorage(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.ReplicationPendingModifiedValues.Builder multiAZ(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
.ReplicationPendingModifiedValues.Builder engineVersion(String engineVersion)
The engine version number of the replication instance.
engineVersion
- The engine version number of the replication instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.