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