Uses of Interface
software.amazon.awssdk.services.costoptimizationhub.model.ComputeSavingsPlansConfiguration.Builder
-
Packages that use ComputeSavingsPlansConfiguration.Builder Package Description software.amazon.awssdk.services.costoptimizationhub.model -
-
Uses of ComputeSavingsPlansConfiguration.Builder in software.amazon.awssdk.services.costoptimizationhub.model
Methods in software.amazon.awssdk.services.costoptimizationhub.model that return ComputeSavingsPlansConfiguration.Builder Modifier and Type Method Description ComputeSavingsPlansConfiguration.BuilderComputeSavingsPlansConfiguration.Builder. accountScope(String accountScope)The account scope that you want your recommendations for.static ComputeSavingsPlansConfiguration.BuilderComputeSavingsPlansConfiguration. builder()ComputeSavingsPlansConfiguration.BuilderComputeSavingsPlansConfiguration.Builder. hourlyCommitment(String hourlyCommitment)The hourly commitment for the Savings Plans type.ComputeSavingsPlansConfiguration.BuilderComputeSavingsPlansConfiguration.Builder. paymentOption(String paymentOption)The payment option for the commitment.ComputeSavingsPlansConfiguration.BuilderComputeSavingsPlansConfiguration.Builder. term(String term)The Savings Plans recommendation term in years.ComputeSavingsPlansConfiguration.BuilderComputeSavingsPlansConfiguration. toBuilder()Methods in software.amazon.awssdk.services.costoptimizationhub.model that return types with arguments of type ComputeSavingsPlansConfiguration.Builder Modifier and Type Method Description static Class<? extends ComputeSavingsPlansConfiguration.Builder>ComputeSavingsPlansConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costoptimizationhub.model with type arguments of type ComputeSavingsPlansConfiguration.Builder Modifier and Type Method Description default ComputeSavingsPlans.BuilderComputeSavingsPlans.Builder. configuration(Consumer<ComputeSavingsPlansConfiguration.Builder> configuration)Configuration details of the Compute Savings Plans to purchase.
-