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