public static interface ListBillingGroupsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListBillingGroupsRequest.Builder,ListBillingGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBillingGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListBillingGroupsRequest.Builder |
namePrefixFilter(String namePrefixFilter)
Limit the results to billing groups whose names have the given prefix.
|
ListBillingGroupsRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListBillingGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListBillingGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListBillingGroupsRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.ListBillingGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per request.
maxResults - The maximum number of results to return per request.ListBillingGroupsRequest.Builder namePrefixFilter(String namePrefixFilter)
Limit the results to billing groups whose names have the given prefix.
namePrefixFilter - Limit the results to billing groups whose names have the given prefix.ListBillingGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListBillingGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.