Interface ListInvoiceSummariesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListInvoiceSummariesRequest.Builder,
,ListInvoiceSummariesRequest> InvoicingRequest.Builder
,SdkBuilder<ListInvoiceSummariesRequest.Builder,
,ListInvoiceSummariesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListInvoiceSummariesRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilter
(Consumer<InvoiceSummariesFilter.Builder> filter) Filters you can use to customize your invoice summary.filter
(InvoiceSummariesFilter filter) Filters you can use to customize your invoice summary.maxResults
(Integer maxResults) The maximum number of invoice summaries a paginated response can contain.The token to retrieve the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.selector
(Consumer<InvoiceSummariesSelector.Builder> selector) The option to retrieve details for a specific invoice by providing its unique ID.selector
(InvoiceSummariesSelector selector) The option to retrieve details for a specific invoice by providing its unique ID.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.invoicing.model.InvoicingRequest.Builder
build
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
-
selector
The option to retrieve details for a specific invoice by providing its unique ID. Alternatively, access information for all invoices linked to the account by providing an account ID.
- Parameters:
selector
- The option to retrieve details for a specific invoice by providing its unique ID. Alternatively, access information for all invoices linked to the account by providing an account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selector
default ListInvoiceSummariesRequest.Builder selector(Consumer<InvoiceSummariesSelector.Builder> selector) The option to retrieve details for a specific invoice by providing its unique ID. Alternatively, access information for all invoices linked to the account by providing an account ID.
This is a convenience method that creates an instance of theInvoiceSummariesSelector.Builder
avoiding the need to create one manually viaInvoiceSummariesSelector.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toselector(InvoiceSummariesSelector)
.- Parameters:
selector
- a consumer that will call methods onInvoiceSummariesSelector.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filter
Filters you can use to customize your invoice summary.
- Parameters:
filter
- Filters you can use to customize your invoice summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
Filters you can use to customize your invoice summary.
This is a convenience method that creates an instance of theInvoiceSummariesFilter.Builder
avoiding the need to create one manually viaInvoiceSummariesFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilter(InvoiceSummariesFilter)
.- Parameters:
filter
- a consumer that will call methods onInvoiceSummariesFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
- Parameters:
nextToken
- The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of invoice summaries a paginated response can contain.
- Parameters:
maxResults
- The maximum number of invoice summaries a paginated response can contain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListInvoiceSummariesRequest.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
ListInvoiceSummariesRequest.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.
-