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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListBillingGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBillingGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBillingGroupsRequest.Builder nextToken(String nextToken)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response;
otherwise null to receive the first 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)
overrideConfiguration in interface AwsRequest.BuilderListBillingGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.