Uses of Interface
software.amazon.awssdk.services.costoptimizationhub.model.Ec2InstanceSavingsPlansConfiguration.Builder
-
Packages that use Ec2InstanceSavingsPlansConfiguration.Builder Package Description software.amazon.awssdk.services.costoptimizationhub.model -
-
Uses of Ec2InstanceSavingsPlansConfiguration.Builder in software.amazon.awssdk.services.costoptimizationhub.model
Methods in software.amazon.awssdk.services.costoptimizationhub.model that return Ec2InstanceSavingsPlansConfiguration.Builder Modifier and Type Method Description Ec2InstanceSavingsPlansConfiguration.BuilderEc2InstanceSavingsPlansConfiguration.Builder. accountScope(String accountScope)The account scope that you want your recommendations for.static Ec2InstanceSavingsPlansConfiguration.BuilderEc2InstanceSavingsPlansConfiguration. builder()Ec2InstanceSavingsPlansConfiguration.BuilderEc2InstanceSavingsPlansConfiguration.Builder. hourlyCommitment(String hourlyCommitment)The hourly commitment for the Savings Plans type.Ec2InstanceSavingsPlansConfiguration.BuilderEc2InstanceSavingsPlansConfiguration.Builder. instanceFamily(String instanceFamily)The instance family of the recommended Savings Plan.Ec2InstanceSavingsPlansConfiguration.BuilderEc2InstanceSavingsPlansConfiguration.Builder. paymentOption(String paymentOption)The payment option for the commitment.Ec2InstanceSavingsPlansConfiguration.BuilderEc2InstanceSavingsPlansConfiguration.Builder. savingsPlansRegion(String savingsPlansRegion)The Amazon Web Services Region of the commitment.Ec2InstanceSavingsPlansConfiguration.BuilderEc2InstanceSavingsPlansConfiguration.Builder. term(String term)The Savings Plans recommendation term in years.Ec2InstanceSavingsPlansConfiguration.BuilderEc2InstanceSavingsPlansConfiguration. toBuilder()Methods in software.amazon.awssdk.services.costoptimizationhub.model that return types with arguments of type Ec2InstanceSavingsPlansConfiguration.Builder Modifier and Type Method Description static Class<? extends Ec2InstanceSavingsPlansConfiguration.Builder>Ec2InstanceSavingsPlansConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costoptimizationhub.model with type arguments of type Ec2InstanceSavingsPlansConfiguration.Builder Modifier and Type Method Description default Ec2InstanceSavingsPlans.BuilderEc2InstanceSavingsPlans.Builder. configuration(Consumer<Ec2InstanceSavingsPlansConfiguration.Builder> configuration)The EC2 instance Savings Plans configuration used for recommendations.
-