ListBillEstimateLineItemsRequest.Builder |
ListBillEstimateLineItemsRequest.Builder.billEstimateId(String billEstimateId) |
The unique identifier of the bill estimate to list line items for.
|
static ListBillEstimateLineItemsRequest.Builder |
ListBillEstimateLineItemsRequest.builder() |
|
ListBillEstimateLineItemsRequest.Builder |
ListBillEstimateLineItemsRequest.Builder.filters(Collection<ListBillEstimateLineItemsFilter> filters) |
Filters to apply to the list of line items.
|
ListBillEstimateLineItemsRequest.Builder |
ListBillEstimateLineItemsRequest.Builder.filters(Consumer<ListBillEstimateLineItemsFilter.Builder>... filters) |
Filters to apply to the list of line items.
|
ListBillEstimateLineItemsRequest.Builder |
ListBillEstimateLineItemsRequest.Builder.filters(ListBillEstimateLineItemsFilter... filters) |
Filters to apply to the list of line items.
|
ListBillEstimateLineItemsRequest.Builder |
ListBillEstimateLineItemsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return per page.
|
ListBillEstimateLineItemsRequest.Builder |
ListBillEstimateLineItemsRequest.Builder.nextToken(String nextToken) |
A token to retrieve the next page of results.
|
ListBillEstimateLineItemsRequest.Builder |
ListBillEstimateLineItemsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListBillEstimateLineItemsRequest.Builder |
ListBillEstimateLineItemsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListBillEstimateLineItemsRequest.Builder |
ListBillEstimateLineItemsRequest.toBuilder() |
|