Interface ListBillEstimateLineItemsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BcmPricingCalculatorRequest.Builder
,Buildable
,CopyableBuilder<ListBillEstimateLineItemsRequest.Builder,
,ListBillEstimateLineItemsRequest> SdkBuilder<ListBillEstimateLineItemsRequest.Builder,
,ListBillEstimateLineItemsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListBillEstimateLineItemsRequest
@Mutable
@NotThreadSafe
public static interface ListBillEstimateLineItemsRequest.Builder
extends BcmPricingCalculatorRequest.Builder, SdkPojo, CopyableBuilder<ListBillEstimateLineItemsRequest.Builder,ListBillEstimateLineItemsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbillEstimateId
(String billEstimateId) The unique identifier of the bill estimate to list line items for.filters
(Collection<ListBillEstimateLineItemsFilter> filters) Filters to apply to the list of line items.filters
(Consumer<ListBillEstimateLineItemsFilter.Builder>... filters) Filters to apply to the list of line items.filters
(ListBillEstimateLineItemsFilter... filters) Filters to apply to the list of line items.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
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 Details
-
billEstimateId
The unique identifier of the bill estimate to list line items for.
- Parameters:
billEstimateId
- The unique identifier of the bill estimate to list line items for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListBillEstimateLineItemsRequest.Builder filters(Collection<ListBillEstimateLineItemsFilter> filters) Filters to apply to the list of line items.
- Parameters:
filters
- Filters to apply to the list of line items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters to apply to the list of line items.
- Parameters:
filters
- Filters to apply to the list of line items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListBillEstimateLineItemsRequest.Builder filters(Consumer<ListBillEstimateLineItemsFilter.Builder>... filters) Filters to apply to the list of line items.
This is a convenience method that creates an instance of theListBillEstimateLineItemsFilter.Builder
avoiding the need to create one manually viaListBillEstimateLineItemsFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<ListBillEstimateLineItemsFilter>)
.- Parameters:
filters
- a consumer that will call methods onListBillEstimateLineItemsFilter.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
ListBillEstimateLineItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListBillEstimateLineItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-