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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListThingPrincipalsResponse.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 © 2021. All rights reserved.