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.
|
build
overrideConfiguration
copy
applyMutation, build
ListThingsInBillingGroupRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListThingsInBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.