public static interface ListPrincipalThingsRequest.Builder extends IoTRequest.Builder, CopyableBuilder<ListPrincipalThingsRequest.Builder,ListPrincipalThingsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPrincipalThingsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListPrincipalThingsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
ListPrincipalThingsRequest.Builder |
principal(String principal)
The principal.
|
ListPrincipalThingsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListPrincipalThingsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListPrincipalThingsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.ListPrincipalThingsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults - The maximum number of results to return in this operation.ListPrincipalThingsRequest.Builder principal(String principal)
The principal.
principal - The principal.ListPrincipalThingsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListPrincipalThingsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.