public static interface AwsIamAttachedManagedPolicy.Builder extends SdkPojo, CopyableBuilder<AwsIamAttachedManagedPolicy.Builder,AwsIamAttachedManagedPolicy>
Modifier and Type | Method and Description |
---|---|
AwsIamAttachedManagedPolicy.Builder |
policyArn(String policyArn)
The ARN of the policy.
|
AwsIamAttachedManagedPolicy.Builder |
policyName(String policyName)
The name of the policy.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsIamAttachedManagedPolicy.Builder policyName(String policyName)
The name of the policy.
policyName
- The name of the policy.AwsIamAttachedManagedPolicy.Builder policyArn(String policyArn)
The ARN of the policy.
policyArn
- The ARN of the policy.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.