Interface SavingsPlansUtilization.Builder

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

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

    • totalCommitment

      SavingsPlansUtilization.Builder totalCommitment(String totalCommitment)

      The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).

      Parameters:
      totalCommitment - The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usedCommitment

      SavingsPlansUtilization.Builder usedCommitment(String usedCommitment)

      The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.

      Parameters:
      usedCommitment - The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unusedCommitment

      SavingsPlansUtilization.Builder unusedCommitment(String unusedCommitment)

      The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.

      Parameters:
      unusedCommitment - The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • utilizationPercentage

      SavingsPlansUtilization.Builder utilizationPercentage(String utilizationPercentage)

      The amount of UsedCommitment divided by the TotalCommitment for your Savings Plans.

      Parameters:
      utilizationPercentage - The amount of UsedCommitment divided by the TotalCommitment for your Savings Plans.
      Returns:
      Returns a reference to this object so that method calls can be chained together.