Interface ReplicationPendingModifiedValues.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicationPendingModifiedValues.Builder,ReplicationPendingModifiedValues>,SdkBuilder<ReplicationPendingModifiedValues.Builder,ReplicationPendingModifiedValues>,SdkPojo
- Enclosing class:
- ReplicationPendingModifiedValues
@Mutable @NotThreadSafe public static interface ReplicationPendingModifiedValues.Builder extends SdkPojo, CopyableBuilder<ReplicationPendingModifiedValues.Builder,ReplicationPendingModifiedValues>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationPendingModifiedValues.BuilderallocatedStorage(Integer allocatedStorage)The amount of storage (in gigabytes) that is allocated for the replication instance.ReplicationPendingModifiedValues.BuilderengineVersion(String engineVersion)The engine version number of the replication instance.ReplicationPendingModifiedValues.BuildermultiAZ(Boolean multiAZ)Specifies whether the replication instance is a Multi-AZ deployment.ReplicationPendingModifiedValues.BuildernetworkType(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.BuilderreplicationInstanceClass(String replicationInstanceClass)The compute and memory capacity of the replication instance as defined for the specified replication instance class.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
replicationInstanceClass
ReplicationPendingModifiedValues.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allocatedStorage
ReplicationPendingModifiedValues.Builder allocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) that is allocated for the replication instance.
- Parameters:
allocatedStorage- The amount of storage (in gigabytes) that is allocated for the replication instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiAZ
ReplicationPendingModifiedValues.Builder multiAZ(Boolean multiAZ)
Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZoneparameter if the Multi-AZ parameter is set totrue.- Parameters:
multiAZ- Specifies whether the replication instance is a Multi-AZ deployment. You can't set theAvailabilityZoneparameter if the Multi-AZ parameter is set totrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engineVersion
ReplicationPendingModifiedValues.Builder engineVersion(String engineVersion)
The engine version number of the replication instance.
- Parameters:
engineVersion- The engine version number of the replication instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkType
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-