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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListPrincipalThingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListPrincipalThingsRequest.Builder |
principal(String principal)
The principal.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListPrincipalThingsRequest.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.