Interface IAMUserIdentity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IAMUserIdentity.Builder,IAMUserIdentity>, SdkBuilder<IAMUserIdentity.Builder,IAMUserIdentity>, SdkPojo
Enclosing class:
IAMUserIdentity

public static interface IAMUserIdentity.Builder extends SdkPojo, CopyableBuilder<IAMUserIdentity.Builder,IAMUserIdentity>
  • Method Details

    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.