public static interface ListThingPrincipalsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListThingPrincipalsResponse.Builder,ListThingPrincipalsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListThingPrincipalsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListThingPrincipalsResponse.Builder |
principals(Collection<String> principals)
The principals associated with the thing.
|
ListThingPrincipalsResponse.Builder |
principals(String... principals)
The principals associated with the thing.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThingPrincipalsResponse.Builder principals(Collection<String> principals)
The principals associated with the thing.
principals - The principals associated with the thing.ListThingPrincipalsResponse.Builder principals(String... principals)
The principals associated with the thing.
principals - The principals associated with the thing.ListThingPrincipalsResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.Copyright © 2022. All rights reserved.