public static interface GetGroupPolicyResponse.Builder extends IamResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
IAM stores policies in JSON format. However, resources that were created using CloudFormation templates can be formatted in YAML. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.
policyDocument - The policy document.
IAM stores policies in JSON format. However, resources that were created using CloudFormation templates can be formatted in YAML. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.
Copyright © 2022. All rights reserved.