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