Interface ProvisionData.Builder

  • Method Details

    • provisionState

      ProvisionData.Builder provisionState(String 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

      ProvisionData.Builder provisionedCapacityUnits(Integer 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

      ProvisionData.Builder dateProvisioned(Instant 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

      ProvisionData.Builder isNewProvisioningAvailable(Boolean 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

      ProvisionData.Builder dateNewProvisioningDataAvailable(Instant 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

      ProvisionData.Builder reasonForNewProvisioningData(String 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.