Interface ListThingPrincipalsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListThingPrincipalsResponse.Builder,,ListThingPrincipalsResponse> IotResponse.Builder,SdkBuilder<ListThingPrincipalsResponse.Builder,,ListThingPrincipalsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListThingPrincipalsResponse
public static interface ListThingPrincipalsResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListThingPrincipalsResponse.Builder,ListThingPrincipalsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to get the next set of results, or null if there are no additional results.principals(String... principals) The principals associated with the thing.principals(Collection<String> principals) The principals associated with the thing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
principals
The principals associated with the thing.
- Parameters:
principals- The principals associated with the thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principals
The principals associated with the thing.
- Parameters:
principals- The principals associated with the thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to use to get the next set of results, or null if there are no additional results.
- Parameters:
nextToken- The token to use to get the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-