public static interface IAMUserIdentity.Builder extends SdkPojo, CopyableBuilder<IAMUserIdentity.Builder,IAMUserIdentity>
| Modifier and Type | Method and Description |
|---|---|
IAMUserIdentity.Builder |
arn(String arn)
The ARN of the IAM user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIAMUserIdentity.Builder arn(String arn)
The ARN of the IAM user. For more information, see IAM ARNs in the IAM User Guide.
If you delete the IAM user, access policies that contain this identity include an empty arn. You
can delete the access policy for the IAM user that no longer exists.
arn - The ARN of the IAM user. For more information, see IAM ARNs in the
IAM User Guide.
If you delete the IAM user, access policies that contain this identity include an empty
arn. You can delete the access policy for the IAM user that no longer exists.
Copyright © 2021. All rights reserved.