public static interface ListPrincipalThingsRequest.Builder extends IotRequest.Builder, SdkPojo, 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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListPrincipalThingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPrincipalThingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPrincipalThingsRequest.Builder |
principal(String principal)
The principal.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPrincipalThingsRequest.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.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)
overrideConfiguration in interface AwsRequest.BuilderListPrincipalThingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.