public static interface OrderableReplicationInstance.Builder extends SdkPojo, CopyableBuilder<OrderableReplicationInstance.Builder,OrderableReplicationInstance>
| Modifier and Type | Method and Description |
|---|---|
OrderableReplicationInstance.Builder |
availabilityZones(Collection<String> availabilityZones)
List of Availability Zones for this replication instance.
|
OrderableReplicationInstance.Builder |
availabilityZones(String... availabilityZones)
List of Availability Zones for this replication instance.
|
OrderableReplicationInstance.Builder |
defaultAllocatedStorage(Integer defaultAllocatedStorage)
The default amount of storage (in gigabytes) that is allocated for the replication instance.
|
OrderableReplicationInstance.Builder |
engineVersion(String engineVersion)
The version of the replication engine.
|
OrderableReplicationInstance.Builder |
includedAllocatedStorage(Integer includedAllocatedStorage)
The amount of storage (in gigabytes) that is allocated for the replication instance.
|
OrderableReplicationInstance.Builder |
maxAllocatedStorage(Integer maxAllocatedStorage)
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.
|
OrderableReplicationInstance.Builder |
minAllocatedStorage(Integer minAllocatedStorage)
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.
|
OrderableReplicationInstance.Builder |
releaseStatus(ReleaseStatusValues releaseStatus)
The value returned when the specified
EngineVersion of the replication instance is in Beta or
test mode. |
OrderableReplicationInstance.Builder |
releaseStatus(String releaseStatus)
The value returned when the specified
EngineVersion of the replication instance is in Beta or
test mode. |
OrderableReplicationInstance.Builder |
replicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance
class.
|
OrderableReplicationInstance.Builder |
storageType(String storageType)
The type of storage used by the replication instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrderableReplicationInstance.Builder engineVersion(String engineVersion)
The version of the replication engine.
engineVersion - The version of the replication engine.OrderableReplicationInstance.Builder replicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance
class. For example to specify the instance class dms.c4.large, set this parameter to
"dms.c4.large".
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 example to specify the instance class dms.c4.large, set this parameter to
"dms.c4.large".
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
OrderableReplicationInstance.Builder storageType(String storageType)
The type of storage used by the replication instance.
storageType - The type of storage used by the replication instance.OrderableReplicationInstance.Builder minAllocatedStorage(Integer minAllocatedStorage)
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.
minAllocatedStorage - The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.OrderableReplicationInstance.Builder maxAllocatedStorage(Integer maxAllocatedStorage)
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.
maxAllocatedStorage - The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.OrderableReplicationInstance.Builder defaultAllocatedStorage(Integer defaultAllocatedStorage)
The default amount of storage (in gigabytes) that is allocated for the replication instance.
defaultAllocatedStorage - The default amount of storage (in gigabytes) that is allocated for the replication instance.OrderableReplicationInstance.Builder includedAllocatedStorage(Integer includedAllocatedStorage)
The amount of storage (in gigabytes) that is allocated for the replication instance.
includedAllocatedStorage - The amount of storage (in gigabytes) that is allocated for the replication instance.OrderableReplicationInstance.Builder availabilityZones(Collection<String> availabilityZones)
List of Availability Zones for this replication instance.
availabilityZones - List of Availability Zones for this replication instance.OrderableReplicationInstance.Builder availabilityZones(String... availabilityZones)
List of Availability Zones for this replication instance.
availabilityZones - List of Availability Zones for this replication instance.OrderableReplicationInstance.Builder releaseStatus(String releaseStatus)
The value returned when the specified EngineVersion of the replication instance is in Beta or
test mode. This indicates some features might not work as expected.
DMS supports the ReleaseStatus parameter in versions 3.1.4 and later.
releaseStatus - The value returned when the specified EngineVersion of the replication instance is in
Beta or test mode. This indicates some features might not work as expected.
DMS supports the ReleaseStatus parameter in versions 3.1.4 and later.
ReleaseStatusValues,
ReleaseStatusValuesOrderableReplicationInstance.Builder releaseStatus(ReleaseStatusValues releaseStatus)
The value returned when the specified EngineVersion of the replication instance is in Beta or
test mode. This indicates some features might not work as expected.
DMS supports the ReleaseStatus parameter in versions 3.1.4 and later.
releaseStatus - The value returned when the specified EngineVersion of the replication instance is in
Beta or test mode. This indicates some features might not work as expected.
DMS supports the ReleaseStatus parameter in versions 3.1.4 and later.
ReleaseStatusValues,
ReleaseStatusValuesCopyright © 2023. All rights reserved.