Interface SavingsPlansUtilization.Builder

    • Method Detail

      • 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.