Interface ListBillEstimatesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- BcmPricingCalculatorRequest.Builder,- Buildable,- CopyableBuilder<ListBillEstimatesRequest.Builder,,- ListBillEstimatesRequest> - SdkBuilder<ListBillEstimatesRequest.Builder,,- ListBillEstimatesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListBillEstimatesRequest
- 
Method SummaryModifier and TypeMethodDescriptiondefault ListBillEstimatesRequest.BuildercreatedAtFilter(Consumer<FilterTimestamp.Builder> createdAtFilter) Filter bill estimates based on the creation date.createdAtFilter(FilterTimestamp createdAtFilter) Filter bill estimates based on the creation date.default ListBillEstimatesRequest.BuilderexpiresAtFilter(Consumer<FilterTimestamp.Builder> expiresAtFilter) Filter bill estimates based on the expiration date.expiresAtFilter(FilterTimestamp expiresAtFilter) Filter bill estimates based on the expiration date.filters(Collection<ListBillEstimatesFilter> filters) Filters to apply to the list of bill estimates.filters(Consumer<ListBillEstimatesFilter.Builder>... filters) Filters to apply to the list of bill estimates.filters(ListBillEstimatesFilter... filters) Filters to apply to the list of bill estimates.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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bcmpricingcalculator.model.BcmPricingCalculatorRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
filtersFilters 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.
 
- 
filtersFilters 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.
 
- 
filtersFilters 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 tofilters(List<ListBillEstimatesFilter>).- Parameters:
- filters- a consumer that will call methods on- ListBillEstimatesFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
createdAtFilterFilter 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.
 
- 
createdAtFilterdefault 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 on- FilterTimestamp.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
expiresAtFilterFilter 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.
 
- 
expiresAtFilterdefault 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 on- FilterTimestamp.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA 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.
 
- 
maxResultsThe 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.
 
- 
overrideConfigurationListBillEstimatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListBillEstimatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-