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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListThingsInBillingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThingsInBillingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
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)
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.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)
overrideConfiguration
in interface AwsRequest.Builder
ListThingsInBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.