Interface ListUsageTotalsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListUsageTotalsRequest.Builder,,- ListUsageTotalsRequest> - Inspector2Request.Builder,- SdkBuilder<ListUsageTotalsRequest.Builder,,- ListUsageTotalsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListUsageTotalsRequest
- 
Method SummaryModifier and TypeMethodDescriptionaccountIds(String... accountIds) The Amazon Web Services account IDs to retrieve usage totals for.accountIds(Collection<String> accountIds) The Amazon Web Services account IDs to retrieve usage totals for.maxResults(Integer maxResults) The maximum number of results the response can return.A token to use for paginating results that are returned in the response.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.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Request.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
maxResultsThe maximum number of results the response can return. If your request would return more than the maximum the response will return a nextTokenvalue, use this value when you call the action again to get the remaining results.- Parameters:
- maxResults- The maximum number of results the response can return. If your request would return more than the maximum the response will return a- nextTokenvalue, use this value when you call the action again to get the remaining results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenA 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. If your response returns more than the maxResultsmaximum value it will also return anextTokenvalue. For subsequent calls, use thenextTokenvalue returned from the previous request to continue listing results after the first page.- Parameters:
- 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. If your response returns more than the- maxResultsmaximum value it will also return a- nextTokenvalue. For subsequent calls, use the- nextTokenvalue returned from the previous request to continue listing results after the first page.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accountIdsThe Amazon Web Services account IDs to retrieve usage totals for. - Parameters:
- accountIds- The Amazon Web Services account IDs to retrieve usage totals for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accountIdsThe Amazon Web Services account IDs to retrieve usage totals for. - Parameters:
- accountIds- The Amazon Web Services account IDs to retrieve usage totals for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListUsageTotalsRequest.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.
 
- 
overrideConfigurationListUsageTotalsRequest.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.
 
 
-