CopyableBuilder<GetRolePolicyResponse.Builder,GetRolePolicyResponse>, SdkBuilder<GetRolePolicyResponse.Builder,GetRolePolicyResponse>public static interface GetRolePolicyResponse.Builder extends CopyableBuilder<GetRolePolicyResponse.Builder,GetRolePolicyResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.