Interface DescribeSavingsPlansOfferingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeSavingsPlansOfferingsRequest.Builder,DescribeSavingsPlansOfferingsRequest>,SavingsplansRequest.Builder,SdkBuilder<DescribeSavingsPlansOfferingsRequest.Builder,DescribeSavingsPlansOfferingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeSavingsPlansOfferingsRequest
public static interface DescribeSavingsPlansOfferingsRequest.Builder extends SavingsplansRequest.Builder, SdkPojo, CopyableBuilder<DescribeSavingsPlansOfferingsRequest.Builder,DescribeSavingsPlansOfferingsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.savingsplans.model.SavingsplansRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
offeringIds
DescribeSavingsPlansOfferingsRequest.Builder offeringIds(Collection<String> offeringIds)
The IDs of the offerings.
- Parameters:
offeringIds- The IDs of the offerings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offeringIds
DescribeSavingsPlansOfferingsRequest.Builder offeringIds(String... offeringIds)
The IDs of the offerings.
- Parameters:
offeringIds- The IDs of the offerings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentOptionsWithStrings
DescribeSavingsPlansOfferingsRequest.Builder paymentOptionsWithStrings(Collection<String> paymentOptions)
The payment options.
- Parameters:
paymentOptions- The payment options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentOptionsWithStrings
DescribeSavingsPlansOfferingsRequest.Builder paymentOptionsWithStrings(String... paymentOptions)
The payment options.
- Parameters:
paymentOptions- The payment options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentOptions
DescribeSavingsPlansOfferingsRequest.Builder paymentOptions(Collection<SavingsPlanPaymentOption> paymentOptions)
The payment options.
- Parameters:
paymentOptions- The payment options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentOptions
DescribeSavingsPlansOfferingsRequest.Builder paymentOptions(SavingsPlanPaymentOption... paymentOptions)
The payment options.
- Parameters:
paymentOptions- The payment options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productType
DescribeSavingsPlansOfferingsRequest.Builder productType(String productType)
The product type.
- Parameters:
productType- The product type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SavingsPlanProductType,SavingsPlanProductType
-
productType
DescribeSavingsPlansOfferingsRequest.Builder productType(SavingsPlanProductType productType)
The product type.
- Parameters:
productType- The product type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SavingsPlanProductType,SavingsPlanProductType
-
planTypesWithStrings
DescribeSavingsPlansOfferingsRequest.Builder planTypesWithStrings(Collection<String> planTypes)
The plan types.
- Parameters:
planTypes- The plan types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
planTypesWithStrings
DescribeSavingsPlansOfferingsRequest.Builder planTypesWithStrings(String... planTypes)
The plan types.
- Parameters:
planTypes- The plan types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
planTypes
DescribeSavingsPlansOfferingsRequest.Builder planTypes(Collection<SavingsPlanType> planTypes)
The plan types.
- Parameters:
planTypes- The plan types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
planTypes
DescribeSavingsPlansOfferingsRequest.Builder planTypes(SavingsPlanType... planTypes)
The plan types.
- Parameters:
planTypes- The plan types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durations
DescribeSavingsPlansOfferingsRequest.Builder durations(Collection<Long> durations)
The duration, in seconds.
- Parameters:
durations- The duration, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durations
DescribeSavingsPlansOfferingsRequest.Builder durations(Long... durations)
The duration, in seconds.
- Parameters:
durations- The duration, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currenciesWithStrings
DescribeSavingsPlansOfferingsRequest.Builder currenciesWithStrings(Collection<String> currencies)
The currencies.
- Parameters:
currencies- The currencies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currenciesWithStrings
DescribeSavingsPlansOfferingsRequest.Builder currenciesWithStrings(String... currencies)
The currencies.
- Parameters:
currencies- The currencies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currencies
DescribeSavingsPlansOfferingsRequest.Builder currencies(Collection<CurrencyCode> currencies)
The currencies.
- Parameters:
currencies- The currencies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currencies
DescribeSavingsPlansOfferingsRequest.Builder currencies(CurrencyCode... currencies)
The currencies.
- Parameters:
currencies- The currencies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
descriptions
DescribeSavingsPlansOfferingsRequest.Builder descriptions(Collection<String> descriptions)
The descriptions.
- Parameters:
descriptions- The descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
descriptions
DescribeSavingsPlansOfferingsRequest.Builder descriptions(String... descriptions)
The descriptions.
- Parameters:
descriptions- The descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceCodes
DescribeSavingsPlansOfferingsRequest.Builder serviceCodes(Collection<String> serviceCodes)
The services.
- Parameters:
serviceCodes- The services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceCodes
DescribeSavingsPlansOfferingsRequest.Builder serviceCodes(String... serviceCodes)
The services.
- Parameters:
serviceCodes- The services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usageTypes
DescribeSavingsPlansOfferingsRequest.Builder usageTypes(Collection<String> usageTypes)
The usage details of the line item in the billing report.
- Parameters:
usageTypes- The usage details of the line item in the billing report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usageTypes
DescribeSavingsPlansOfferingsRequest.Builder usageTypes(String... usageTypes)
The usage details of the line item in the billing report.
- Parameters:
usageTypes- The usage details of the line item in the billing report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
DescribeSavingsPlansOfferingsRequest.Builder operations(Collection<String> operations)
The specific Amazon Web Services operation for the line item in the billing report.
- Parameters:
operations- The specific Amazon Web Services operation for the line item in the billing report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
DescribeSavingsPlansOfferingsRequest.Builder operations(String... operations)
The specific Amazon Web Services operation for the line item in the billing report.
- Parameters:
operations- The specific Amazon Web Services operation for the line item in the billing report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeSavingsPlansOfferingsRequest.Builder filters(Collection<SavingsPlanOfferingFilterElement> filters)
The filters.
- Parameters:
filters- The filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeSavingsPlansOfferingsRequest.Builder filters(SavingsPlanOfferingFilterElement... filters)
The filters.
- Parameters:
filters- The filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeSavingsPlansOfferingsRequest.Builder filters(Consumer<SavingsPlanOfferingFilterElement.Builder>... filters)
The filters.
This is a convenience method that creates an instance of theSavingsPlanOfferingFilterElement.Builderavoiding the need to create one manually viaSavingsPlanOfferingFilterElement.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onSavingsPlanOfferingFilterElement.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
nextToken
DescribeSavingsPlansOfferingsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
- Parameters:
nextToken- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeSavingsPlansOfferingsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.
- Parameters:
maxResults- The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeSavingsPlansOfferingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeSavingsPlansOfferingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-