CopyableBuilder<GetUserPolicyResponse.Builder,GetUserPolicyResponse>
, SdkBuilder<GetUserPolicyResponse.Builder,GetUserPolicyResponse>
public static interface GetUserPolicyResponse.Builder extends CopyableBuilder<GetUserPolicyResponse.Builder,GetUserPolicyResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
GetUserPolicyResponse.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.