Interface ProvisionedCapacityDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProvisionedCapacityDescription.Builder,ProvisionedCapacityDescription>, SdkBuilder<ProvisionedCapacityDescription.Builder,ProvisionedCapacityDescription>, SdkPojo
Enclosing class:
ProvisionedCapacityDescription

public static interface ProvisionedCapacityDescription.Builder extends SdkPojo, CopyableBuilder<ProvisionedCapacityDescription.Builder,ProvisionedCapacityDescription>
  • Method Details

    • capacityId

      The ID that identifies the provisioned capacity unit.

      Parameters:
      capacityId - The ID that identifies the provisioned capacity unit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startDate

      The date that the provisioned capacity unit was purchased, in Universal Coordinated Time (UTC).

      Parameters:
      startDate - The date that the provisioned capacity unit was purchased, in Universal Coordinated Time (UTC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expirationDate

      ProvisionedCapacityDescription.Builder expirationDate(String expirationDate)

      The date that the provisioned capacity unit expires, in Universal Coordinated Time (UTC).

      Parameters:
      expirationDate - The date that the provisioned capacity unit expires, in Universal Coordinated Time (UTC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.