Uses of Interface
software.amazon.awssdk.services.databasemigration.model.OrderableReplicationInstance.Builder
Packages that use OrderableReplicationInstance.Builder
-
Uses of OrderableReplicationInstance.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return OrderableReplicationInstance.BuilderModifier and TypeMethodDescriptionOrderableReplicationInstance.Builder.availabilityZones(String... availabilityZones) List of Availability Zones for this replication instance.OrderableReplicationInstance.Builder.availabilityZones(Collection<String> availabilityZones) List of Availability Zones for this replication instance.OrderableReplicationInstance.builder()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(String releaseStatus) The value returned when the specifiedEngineVersionof the replication instance is in Beta or test mode.OrderableReplicationInstance.Builder.releaseStatus(ReleaseStatusValues releaseStatus) The value returned when the specifiedEngineVersionof 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.OrderableReplicationInstance.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type OrderableReplicationInstance.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OrderableReplicationInstance.Builder>OrderableReplicationInstance.serializableBuilderClass()