Interface ListBillEstimatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BcmPricingCalculatorRequest.Builder,Buildable,CopyableBuilder<ListBillEstimatesRequest.Builder,ListBillEstimatesRequest>,SdkBuilder<ListBillEstimatesRequest.Builder,ListBillEstimatesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBillEstimatesRequest
public static interface ListBillEstimatesRequest.Builder extends BcmPricingCalculatorRequest.Builder, SdkPojo, CopyableBuilder<ListBillEstimatesRequest.Builder,ListBillEstimatesRequest>
-
-
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
ListBillEstimatesRequest.Builder filters(Collection<ListBillEstimatesFilter> filters)
Filters to apply to the list of bill estimates.
- Parameters:
filters- Filters to apply to the list of bill estimates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListBillEstimatesRequest.Builder filters(ListBillEstimatesFilter... filters)
Filters to apply to the list of bill estimates.
- Parameters:
filters- Filters to apply to the list of bill estimates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListBillEstimatesRequest.Builder filters(Consumer<ListBillEstimatesFilter.Builder>... filters)
Filters to apply to the list of bill estimates.
This is a convenience method that creates an instance of theListBillEstimatesFilter.Builderavoiding the need to create one manually viaListBillEstimatesFilter.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 onListBillEstimatesFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
createdAtFilter
ListBillEstimatesRequest.Builder createdAtFilter(FilterTimestamp createdAtFilter)
Filter bill estimates based on the creation date.
- Parameters:
createdAtFilter- Filter bill estimates based on the creation date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAtFilter
default ListBillEstimatesRequest.Builder createdAtFilter(Consumer<FilterTimestamp.Builder> createdAtFilter)
Filter bill estimates 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
ListBillEstimatesRequest.Builder expiresAtFilter(FilterTimestamp expiresAtFilter)
Filter bill estimates based on the expiration date.
- Parameters:
expiresAtFilter- Filter bill estimates based on the expiration date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAtFilter
default ListBillEstimatesRequest.Builder expiresAtFilter(Consumer<FilterTimestamp.Builder> expiresAtFilter)
Filter bill estimates 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
ListBillEstimatesRequest.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
ListBillEstimatesRequest.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
ListBillEstimatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBillEstimatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-