public static interface DescribeSavingsPlansOfferingRatesRequest.Builder extends SavingsplansRequest.Builder, SdkPojo, CopyableBuilder<DescribeSavingsPlansOfferingRatesRequest.Builder,DescribeSavingsPlansOfferingRatesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSavingsPlansOfferingRatesRequest.Builder savingsPlanOfferingIds(Collection<String> savingsPlanOfferingIds)
The IDs of the offerings.
savingsPlanOfferingIds - The IDs of the offerings.DescribeSavingsPlansOfferingRatesRequest.Builder savingsPlanOfferingIds(String... savingsPlanOfferingIds)
The IDs of the offerings.
savingsPlanOfferingIds - The IDs of the offerings.DescribeSavingsPlansOfferingRatesRequest.Builder savingsPlanPaymentOptionsWithStrings(Collection<String> savingsPlanPaymentOptions)
The payment options.
savingsPlanPaymentOptions - The payment options.DescribeSavingsPlansOfferingRatesRequest.Builder savingsPlanPaymentOptionsWithStrings(String... savingsPlanPaymentOptions)
The payment options.
savingsPlanPaymentOptions - The payment options.DescribeSavingsPlansOfferingRatesRequest.Builder savingsPlanPaymentOptions(Collection<SavingsPlanPaymentOption> savingsPlanPaymentOptions)
The payment options.
savingsPlanPaymentOptions - The payment options.DescribeSavingsPlansOfferingRatesRequest.Builder savingsPlanPaymentOptions(SavingsPlanPaymentOption... savingsPlanPaymentOptions)
The payment options.
savingsPlanPaymentOptions - The payment options.DescribeSavingsPlansOfferingRatesRequest.Builder savingsPlanTypesWithStrings(Collection<String> savingsPlanTypes)
The plan types.
savingsPlanTypes - The plan types.DescribeSavingsPlansOfferingRatesRequest.Builder savingsPlanTypesWithStrings(String... savingsPlanTypes)
The plan types.
savingsPlanTypes - The plan types.DescribeSavingsPlansOfferingRatesRequest.Builder savingsPlanTypes(Collection<SavingsPlanType> savingsPlanTypes)
The plan types.
savingsPlanTypes - The plan types.DescribeSavingsPlansOfferingRatesRequest.Builder savingsPlanTypes(SavingsPlanType... savingsPlanTypes)
The plan types.
savingsPlanTypes - The plan types.DescribeSavingsPlansOfferingRatesRequest.Builder productsWithStrings(Collection<String> products)
The AWS products.
products - The AWS products.DescribeSavingsPlansOfferingRatesRequest.Builder productsWithStrings(String... products)
The AWS products.
products - The AWS products.DescribeSavingsPlansOfferingRatesRequest.Builder products(Collection<SavingsPlanProductType> products)
The AWS products.
products - The AWS products.DescribeSavingsPlansOfferingRatesRequest.Builder products(SavingsPlanProductType... products)
The AWS products.
products - The AWS products.DescribeSavingsPlansOfferingRatesRequest.Builder serviceCodesWithStrings(Collection<String> serviceCodes)
The services.
serviceCodes - The services.DescribeSavingsPlansOfferingRatesRequest.Builder serviceCodesWithStrings(String... serviceCodes)
The services.
serviceCodes - The services.DescribeSavingsPlansOfferingRatesRequest.Builder serviceCodes(Collection<SavingsPlanRateServiceCode> serviceCodes)
The services.
serviceCodes - The services.DescribeSavingsPlansOfferingRatesRequest.Builder serviceCodes(SavingsPlanRateServiceCode... serviceCodes)
The services.
serviceCodes - The services.DescribeSavingsPlansOfferingRatesRequest.Builder usageTypes(Collection<String> usageTypes)
The usage details of the line item in the billing report.
usageTypes - The usage details of the line item in the billing report.DescribeSavingsPlansOfferingRatesRequest.Builder usageTypes(String... usageTypes)
The usage details of the line item in the billing report.
usageTypes - The usage details of the line item in the billing report.DescribeSavingsPlansOfferingRatesRequest.Builder operations(Collection<String> operations)
The specific AWS operation for the line item in the billing report.
operations - The specific AWS operation for the line item in the billing report.DescribeSavingsPlansOfferingRatesRequest.Builder operations(String... operations)
The specific AWS operation for the line item in the billing report.
operations - The specific AWS operation for the line item in the billing report.DescribeSavingsPlansOfferingRatesRequest.Builder filters(Collection<SavingsPlanOfferingRateFilterElement> filters)
The filters.
filters - The filters.DescribeSavingsPlansOfferingRatesRequest.Builder filters(SavingsPlanOfferingRateFilterElement... filters)
The filters.
filters - The filters.DescribeSavingsPlansOfferingRatesRequest.Builder filters(Consumer<SavingsPlanOfferingRateFilterElement.Builder>... filters)
The filters.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) DescribeSavingsPlansOfferingRatesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeSavingsPlansOfferingRatesRequest.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.
maxResults - The maximum number of results to return with a single call. To retrieve additional results, make
another call with the returned token value.DescribeSavingsPlansOfferingRatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeSavingsPlansOfferingRatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.