public static interface ListThingPrincipalsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingPrincipalsRequest.Builder,ListThingPrincipalsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListThingPrincipalsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListThingPrincipalsRequest.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. |
ListThingPrincipalsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThingPrincipalsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListThingPrincipalsRequest.Builder |
thingName(String thingName)
The name of the thing.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThingPrincipalsRequest.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.ListThingPrincipalsRequest.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.ListThingPrincipalsRequest.Builder thingName(String thingName)
The name of the thing.
thingName - The name of the thing.ListThingPrincipalsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListThingPrincipalsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.