public static interface GetUserPolicyResponse.Builder extends IAMResponse.Builder, CopyableBuilder<GetUserPolicyResponse.Builder,GetUserPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetUserPolicyResponse.Builder |
policyDocument(String policyDocument)
The policy document.
|
GetUserPolicyResponse.Builder |
policyName(String policyName)
The name of the policy.
|
GetUserPolicyResponse.Builder |
userName(String userName)
The user the policy is associated with.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetUserPolicyResponse.Builder userName(String userName)
The user the policy is associated with.
userName - The user the policy is associated with.GetUserPolicyResponse.Builder policyName(String policyName)
The name of the policy.
policyName - The name of the policy.GetUserPolicyResponse.Builder policyDocument(String policyDocument)
The policy document.
policyDocument - The policy document.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.