Interface ProvisionData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProvisionData.Builder,
,ProvisionData> SdkBuilder<ProvisionData.Builder,
,ProvisionData> SdkPojo
- Enclosing class:
ProvisionData
@Mutable
@NotThreadSafe
public static interface ProvisionData.Builder
extends SdkPojo, CopyableBuilder<ProvisionData.Builder,ProvisionData>
-
Method Summary
Modifier and TypeMethodDescriptiondateNewProvisioningDataAvailable
(Instant dateNewProvisioningDataAvailable) The timestamp when provisioning became available.dateProvisioned
(Instant dateProvisioned) The timestamp when DMS provisioned replication resources.isNewProvisioningAvailable
(Boolean isNewProvisioningAvailable) Whether the new provisioning is available to the replication.provisionedCapacityUnits
(Integer provisionedCapacityUnits) The number of capacity units the replication is using.provisionState
(String provisionState) The current provisioning statereasonForNewProvisioningData
(String reasonForNewProvisioningData) A message describing the reason that DMS provisioned new resources for the serverless replication.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 Details
-
provisionState
The current provisioning state
- Parameters:
provisionState
- The current provisioning state- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedCapacityUnits
The number of capacity units the replication is using.
- Parameters:
provisionedCapacityUnits
- The number of capacity units the replication is using.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateProvisioned
The timestamp when DMS provisioned replication resources.
- Parameters:
dateProvisioned
- The timestamp when DMS provisioned replication resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isNewProvisioningAvailable
Whether the new provisioning is available to the replication.
- Parameters:
isNewProvisioningAvailable
- Whether the new provisioning is available to the replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateNewProvisioningDataAvailable
The timestamp when provisioning became available.
- Parameters:
dateNewProvisioningDataAvailable
- The timestamp when provisioning became available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasonForNewProvisioningData
A message describing the reason that DMS provisioned new resources for the serverless replication.
- Parameters:
reasonForNewProvisioningData
- A message describing the reason that DMS provisioned new resources for the serverless replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-