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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAMUserIdentity.Builderarn(String arn)The ARN of the IAM user.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
IAMUserIdentity.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.- 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.
-
-