Interface IAMRoleIdentity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IAMRoleIdentity.Builder,IAMRoleIdentity>,SdkBuilder<IAMRoleIdentity.Builder,IAMRoleIdentity>,SdkPojo
- Enclosing class:
- IAMRoleIdentity
public static interface IAMRoleIdentity.Builder extends SdkPojo, CopyableBuilder<IAMRoleIdentity.Builder,IAMRoleIdentity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAMRoleIdentity.Builderarn(String arn)The ARN of the IAM role.-
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
IAMRoleIdentity.Builder arn(String arn)
The ARN of the IAM role. For more information, see IAM ARNs in the IAM User Guide.
- Parameters:
arn- The ARN of the IAM role. For more information, see IAM ARNs in the IAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-