Interface ListPolicyPrincipalsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPolicyPrincipalsResponse.Builder,,ListPolicyPrincipalsResponse> IotResponse.Builder,SdkBuilder<ListPolicyPrincipalsResponse.Builder,,ListPolicyPrincipalsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListPolicyPrincipalsResponse
@Mutable
@NotThreadSafe
public static interface ListPolicyPrincipalsResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListPolicyPrincipalsResponse.Builder,ListPolicyPrincipalsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionnextMarker(String nextMarker) The marker for the next set of results, or null if there are no additional results.principals(String... principals) The descriptions of the principals.principals(Collection<String> principals) The descriptions of the principals.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
principals
The descriptions of the principals.
- Parameters:
principals- The descriptions of the principals.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principals
The descriptions of the principals.
- Parameters:
principals- The descriptions of the principals.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextMarker
The marker for the next set of results, or null if there are no additional results.
- Parameters:
nextMarker- The marker for 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.
-