Interface ListBillScenariosRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BcmPricingCalculatorRequest.Builder,Buildable,CopyableBuilder<ListBillScenariosRequest.Builder,ListBillScenariosRequest>,SdkBuilder<ListBillScenariosRequest.Builder,ListBillScenariosRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBillScenariosRequest
public static interface ListBillScenariosRequest.Builder extends BcmPricingCalculatorRequest.Builder, SdkPojo, CopyableBuilder<ListBillScenariosRequest.Builder,ListBillScenariosRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bcmpricingcalculator.model.BcmPricingCalculatorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
filters
ListBillScenariosRequest.Builder filters(Collection<ListBillScenariosFilter> 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
ListBillScenariosRequest.Builder filters(ListBillScenariosFilter... 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
ListBillScenariosRequest.Builder filters(Consumer<ListBillScenariosFilter.Builder>... 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 to#filters(List.) - 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:
#filters(java.util.Collection)
-
createdAtFilter
ListBillScenariosRequest.Builder createdAtFilter(FilterTimestamp 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:
createdAtFilter(FilterTimestamp)
-
expiresAtFilter
ListBillScenariosRequest.Builder expiresAtFilter(FilterTimestamp 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:
expiresAtFilter(FilterTimestamp)
-
nextToken
ListBillScenariosRequest.Builder nextToken(String 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
ListBillScenariosRequest.Builder maxResults(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBillScenariosRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-