Class ProvisionData
java.lang.Object
software.amazon.awssdk.services.databasemigration.model.ProvisionData
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProvisionData.Builder,ProvisionData>
@Generated("software.amazon.awssdk:codegen")
public final class ProvisionData
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ProvisionData.Builder,ProvisionData>
Information about provisioning resources for an DMS serverless replication.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProvisionData.Builderbuilder()final InstantThe timestamp when provisioning became available.final InstantThe timestamp when DMS provisioned replication resources.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanWhether the new provisioning is available to the replication.final IntegerThe number of capacity units the replication is using.final StringThe current provisioning statefinal StringA message describing the reason that DMS provisioned new resources for the serverless replication.static Class<? extends ProvisionData.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
provisionState
The current provisioning state
- Returns:
- The current provisioning state
-
provisionedCapacityUnits
The number of capacity units the replication is using.
- Returns:
- The number of capacity units the replication is using.
-
dateProvisioned
The timestamp when DMS provisioned replication resources.
- Returns:
- The timestamp when DMS provisioned replication resources.
-
isNewProvisioningAvailable
Whether the new provisioning is available to the replication.
- Returns:
- Whether the new provisioning is available to the replication.
-
dateNewProvisioningDataAvailable
The timestamp when provisioning became available.
- Returns:
- The timestamp when provisioning became available.
-
reasonForNewProvisioningData
A message describing the reason that DMS provisioned new resources for the serverless replication.
- Returns:
- A message describing the reason that DMS provisioned new resources for the serverless replication.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProvisionData.Builder,ProvisionData>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-