| Package | Description |
|---|---|
| software.amazon.awssdk.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlan.Builder |
SavingsPlan.builder() |
SavingsPlan.Builder |
SavingsPlan.Builder.commitment(String commitment)
The hourly commitment, in USD.
|
SavingsPlan.Builder |
SavingsPlan.Builder.currency(CurrencyCode currency)
The currency.
|
SavingsPlan.Builder |
SavingsPlan.Builder.currency(String currency)
The currency.
|
SavingsPlan.Builder |
SavingsPlan.Builder.description(String description)
The description.
|
SavingsPlan.Builder |
SavingsPlan.Builder.ec2InstanceFamily(String ec2InstanceFamily)
The EC2 instance family.
|
SavingsPlan.Builder |
SavingsPlan.Builder.end(String end)
The end time.
|
SavingsPlan.Builder |
SavingsPlan.Builder.offeringId(String offeringId)
The ID of the offering.
|
SavingsPlan.Builder |
SavingsPlan.Builder.paymentOption(SavingsPlanPaymentOption paymentOption)
The payment option.
|
SavingsPlan.Builder |
SavingsPlan.Builder.paymentOption(String paymentOption)
The payment option.
|
SavingsPlan.Builder |
SavingsPlan.Builder.productTypes(Collection<SavingsPlanProductType> productTypes)
The product types.
|
SavingsPlan.Builder |
SavingsPlan.Builder.productTypes(SavingsPlanProductType... productTypes)
The product types.
|
SavingsPlan.Builder |
SavingsPlan.Builder.productTypesWithStrings(Collection<String> productTypes)
The product types.
|
SavingsPlan.Builder |
SavingsPlan.Builder.productTypesWithStrings(String... productTypes)
The product types.
|
SavingsPlan.Builder |
SavingsPlan.Builder.recurringPaymentAmount(String recurringPaymentAmount)
The recurring payment amount.
|
SavingsPlan.Builder |
SavingsPlan.Builder.region(String region)
The AWS Region.
|
SavingsPlan.Builder |
SavingsPlan.Builder.savingsPlanArn(String savingsPlanArn)
The Amazon Resource Name (ARN) of the Savings Plan.
|
SavingsPlan.Builder |
SavingsPlan.Builder.savingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
SavingsPlan.Builder |
SavingsPlan.Builder.savingsPlanType(SavingsPlanType savingsPlanType)
The plan type.
|
SavingsPlan.Builder |
SavingsPlan.Builder.savingsPlanType(String savingsPlanType)
The plan type.
|
SavingsPlan.Builder |
SavingsPlan.Builder.start(String start)
The start time.
|
SavingsPlan.Builder |
SavingsPlan.Builder.state(SavingsPlanState state)
The state.
|
SavingsPlan.Builder |
SavingsPlan.Builder.state(String state)
The state.
|
SavingsPlan.Builder |
SavingsPlan.Builder.tags(Map<String,String> tags)
One or more tags.
|
SavingsPlan.Builder |
SavingsPlan.Builder.termDurationInSeconds(Long termDurationInSeconds)
The duration of the term, in seconds.
|
SavingsPlan.Builder |
SavingsPlan.toBuilder() |
SavingsPlan.Builder |
SavingsPlan.Builder.upfrontPaymentAmount(String upfrontPaymentAmount)
The up-front payment amount.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SavingsPlan.Builder> |
SavingsPlan.serializableBuilderClass() |
Copyright © 2021. All rights reserved.