public static interface ListIdentityPoliciesResponse.Builder extends SesResponse.Builder, CopyableBuilder<ListIdentityPoliciesResponse.Builder,ListIdentityPoliciesResponse>
Modifier and Type | Method and Description |
---|---|
ListIdentityPoliciesResponse.Builder |
policyNames(Collection<String> 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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
policyNames
- A list of names of policies that apply to the specified identity.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.