public static interface ListThingsInBillingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingsInBillingGroupRequest.Builder,ListThingsInBillingGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
ListThingsInBillingGroupRequest.Builder |
billingGroupName(String billingGroupName)
The name of the billing group.
|
ListThingsInBillingGroupRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListThingsInBillingGroupRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListThingsInBillingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListThingsInBillingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListThingsInBillingGroupRequest.Builder billingGroupName(String billingGroupName)
The name of the billing group.
billingGroupName - The name of the billing group.ListThingsInBillingGroupRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.ListThingsInBillingGroupRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per request.
maxResults - The maximum number of results to return per request.ListThingsInBillingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListThingsInBillingGroupRequest.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.