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 IAM managed policy.
|
AttachedManagedPolicy.Builder |
name(String name)
The name of the IAM managed policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachedManagedPolicy.Builder name(String name)
The name of the IAM managed policy.
name - The name of the IAM managed policy.AttachedManagedPolicy.Builder arn(String arn)
The ARN of the IAM managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
arn - The ARN of the IAM managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web
Services Service Namespaces in the Amazon Web Services General Reference.Copyright © 2022. All rights reserved.