CopyableBuilder<ListIdentityPoliciesResponse.Builder,ListIdentityPoliciesResponse>
, SdkBuilder<ListIdentityPoliciesResponse.Builder,ListIdentityPoliciesResponse>
public static interface ListIdentityPoliciesResponse.Builder extends CopyableBuilder<ListIdentityPoliciesResponse.Builder,ListIdentityPoliciesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListIdentityPoliciesResponse.Builder |
policyNames(String... policyNames) |
A list of names of policies that apply to the specified identity.
|
ListIdentityPoliciesResponse.Builder |
policyNames(Collection<String> policyNames) |
A list of names of policies that apply to the specified identity.
|
copy
apply, build
ListIdentityPoliciesResponse.Builder policyNames(Collection<String> policyNames)
A list of names of policies that apply to the specified identity.
policyNames
- A list of names of policies that apply to the specified identity.ListIdentityPoliciesResponse.Builder policyNames(String... policyNames)
A list of names of policies that apply to the specified identity.
NOTE: This method appends the values to the existing list (if any). Use
#setPolicyNames(java.util.Collection)
or #withPolicyNames(java.util.Collection)
if you want
to override the existing values.
policyNames
- A list of names of policies that apply to the specified identity.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.