public static interface SavingsPlansUtilization.Builder extends SdkPojo, CopyableBuilder<SavingsPlansUtilization.Builder,SavingsPlansUtilization>
| Modifier and Type | Method and Description |
|---|---|
SavingsPlansUtilization.Builder |
totalCommitment(String totalCommitment)
The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
|
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.
|
SavingsPlansUtilization.Builder |
usedCommitment(String usedCommitment)
The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific
period.
|
SavingsPlansUtilization.Builder |
utilizationPercentage(String utilizationPercentage)
The amount of
UsedCommitment divided by the TotalCommitment for your Savings Plans. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSavingsPlansUtilization.Builder totalCommitment(String totalCommitment)
The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
totalCommitment - The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).SavingsPlansUtilization.Builder usedCommitment(String usedCommitment)
The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.
usedCommitment - The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a
specific period.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.
unusedCommitment - The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in
a specific period.SavingsPlansUtilization.Builder utilizationPercentage(String utilizationPercentage)
The amount of UsedCommitment divided by the TotalCommitment for your Savings Plans.
utilizationPercentage - The amount of UsedCommitment divided by the TotalCommitment for your Savings
Plans.Copyright © 2023. All rights reserved.