public static interface ListUsageTotalsRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<ListUsageTotalsRequest.Builder,ListUsageTotalsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListUsageTotalsRequest.Builder |
accountIds(Collection<String> accountIds)
The Amazon Web Services account IDs to retrieve usage totals for.
|
ListUsageTotalsRequest.Builder |
accountIds(String... accountIds)
The Amazon Web Services account IDs to retrieve usage totals for.
|
ListUsageTotalsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListUsageTotalsRequest.Builder |
nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
ListUsageTotalsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUsageTotalsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsageTotalsRequest.Builder accountIds(Collection<String> accountIds)
The Amazon Web Services account IDs to retrieve usage totals for.
accountIds - The Amazon Web Services account IDs to retrieve usage totals for.ListUsageTotalsRequest.Builder accountIds(String... accountIds)
The Amazon Web Services account IDs to retrieve usage totals for.
accountIds - The Amazon Web Services account IDs to retrieve usage totals for.ListUsageTotalsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.ListUsageTotalsRequest.Builder nextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to
null for the first request to a list action. For subsequent calls, use the NextToken value
returned from the previous request to continue listing results after the first page.
nextToken - A token to use for paginating results that are returned in the response. Set the value of this
parameter to null for the first request to a list action. For subsequent calls, use the
NextToken value returned from the previous request to continue listing results after the
first page.ListUsageTotalsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListUsageTotalsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.