Interface ListBillScenariosRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BcmPricingCalculatorRequest.Builder,Buildable,CopyableBuilder<ListBillScenariosRequest.Builder,,ListBillScenariosRequest> SdkBuilder<ListBillScenariosRequest.Builder,,ListBillScenariosRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListBillScenariosRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault ListBillScenariosRequest.BuildercreatedAtFilter(Consumer<FilterTimestamp.Builder> createdAtFilter) Filter bill scenarios based on the creation date.createdAtFilter(FilterTimestamp createdAtFilter) Filter bill scenarios based on the creation date.default ListBillScenariosRequest.BuilderexpiresAtFilter(Consumer<FilterTimestamp.Builder> expiresAtFilter) Filter bill scenarios based on the expiration date.expiresAtFilter(FilterTimestamp expiresAtFilter) Filter bill scenarios based on the expiration date.filters(Collection<ListBillScenariosFilter> filters) Filters to apply to the list of bill scenarios.filters(Consumer<ListBillScenariosFilter.Builder>... filters) Filters to apply to the list of bill scenarios.filters(ListBillScenariosFilter... filters) Filters to apply to the list of bill scenarios.maxResults(Integer maxResults) The maximum number of results to return per page.A token to retrieve the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bcmpricingcalculator.model.BcmPricingCalculatorRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
filters
Filters to apply to the list of bill scenarios.
- Parameters:
filters- Filters to apply to the list of bill scenarios.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters to apply to the list of bill scenarios.
- Parameters:
filters- Filters to apply to the list of bill scenarios.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters to apply to the list of bill scenarios.
This is a convenience method that creates an instance of theListBillScenariosFilter.Builderavoiding the need to create one manually viaListBillScenariosFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<ListBillScenariosFilter>).- Parameters:
filters- a consumer that will call methods onListBillScenariosFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAtFilter
Filter bill scenarios based on the creation date.
- Parameters:
createdAtFilter- Filter bill scenarios based on the creation date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAtFilter
default ListBillScenariosRequest.Builder createdAtFilter(Consumer<FilterTimestamp.Builder> createdAtFilter) Filter bill scenarios based on the creation date.
This is a convenience method that creates an instance of theFilterTimestamp.Builderavoiding the need to create one manually viaFilterTimestamp.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocreatedAtFilter(FilterTimestamp).- Parameters:
createdAtFilter- a consumer that will call methods onFilterTimestamp.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
expiresAtFilter
Filter bill scenarios based on the expiration date.
- Parameters:
expiresAtFilter- Filter bill scenarios based on the expiration date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAtFilter
default ListBillScenariosRequest.Builder expiresAtFilter(Consumer<FilterTimestamp.Builder> expiresAtFilter) Filter bill scenarios based on the expiration date.
This is a convenience method that creates an instance of theFilterTimestamp.Builderavoiding the need to create one manually viaFilterTimestamp.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexpiresAtFilter(FilterTimestamp).- Parameters:
expiresAtFilter- a consumer that will call methods onFilterTimestamp.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token to retrieve the next page of results.
- Parameters:
nextToken- A token to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return per page.
- Parameters:
maxResults- The maximum number of results to return per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBillScenariosRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListBillScenariosRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-