public static interface AttachedManagedPolicy.Builder extends SdkPojo, CopyableBuilder<AttachedManagedPolicy.Builder,AttachedManagedPolicy>
| Modifier and Type | Method and Description |
|---|---|
AttachedManagedPolicy.Builder |
arn(String arn)
The ARN of the AWS managed policy.
|
AttachedManagedPolicy.Builder |
name(String name)
The name of the AWS managed policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachedManagedPolicy.Builder name(String name)
The name of the AWS managed policy.
name - The name of the AWS managed policy.AttachedManagedPolicy.Builder arn(String arn)
The ARN of the AWS managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
arn - The ARN of the AWS managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service
Namespaces in the AWS General Reference.Copyright © 2023. All rights reserved.