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 whether the replication instance is a Multi-AZ deployment.
|
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.
|
ReplicationPendingModifiedValues.Builder |
replicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance
class.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationPendingModifiedValues.Builder replicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
replicationInstanceClass - The compute and memory capacity of the replication instance as defined for the specified replication
instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
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 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.
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.ReplicationPendingModifiedValues.Builder engineVersion(String engineVersion)
The engine version number of the replication instance.
engineVersion - The engine version number of the replication instance.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.
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.Copyright © 2023. All rights reserved.