CopyableBuilder<ListPolicyPrincipalsResponse.Builder,ListPolicyPrincipalsResponse>
, SdkBuilder<ListPolicyPrincipalsResponse.Builder,ListPolicyPrincipalsResponse>
public static interface ListPolicyPrincipalsResponse.Builder extends CopyableBuilder<ListPolicyPrincipalsResponse.Builder,ListPolicyPrincipalsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListPolicyPrincipalsResponse.Builder |
nextMarker(String nextMarker) |
The marker for the next set of results, or null if there are no additional results.
|
ListPolicyPrincipalsResponse.Builder |
principals(String... principals) |
The descriptions of the principals.
|
ListPolicyPrincipalsResponse.Builder |
principals(Collection<String> principals) |
The descriptions of the principals.
|
copy
apply, build
ListPolicyPrincipalsResponse.Builder principals(Collection<String> principals)
The descriptions of the principals.
principals
- The descriptions of the principals.ListPolicyPrincipalsResponse.Builder principals(String... principals)
The descriptions of the principals.
NOTE: This method appends the values to the existing list (if any). Use
#setPrincipals(java.util.Collection)
or #withPrincipals(java.util.Collection)
if you want to
override the existing values.
principals
- The descriptions of the principals.ListPolicyPrincipalsResponse.Builder nextMarker(String nextMarker)
The marker for the next set of results, or null if there are no additional results.
nextMarker
- The marker for the next set of results, or null if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.