Interface AwsRedshiftClusterIamRole.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsRedshiftClusterIamRole.Builder,
,AwsRedshiftClusterIamRole> SdkBuilder<AwsRedshiftClusterIamRole.Builder,
,AwsRedshiftClusterIamRole> SdkPojo
- Enclosing class:
AwsRedshiftClusterIamRole
@Mutable
@NotThreadSafe
public static interface AwsRedshiftClusterIamRole.Builder
extends SdkPojo, CopyableBuilder<AwsRedshiftClusterIamRole.Builder,AwsRedshiftClusterIamRole>
-
Method Summary
Modifier and TypeMethodDescriptionapplyStatus
(String applyStatus) The status of the IAM role's association with the cluster.iamRoleArn
(String iamRoleArn) 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, sdkFieldNameToField, sdkFields
-
Method Details
-
applyStatus
The status of the IAM role's association with the cluster.
Valid values:
in-sync
|adding
|removing
- Parameters:
applyStatus
- The status of the IAM role's association with the cluster.Valid values:
in-sync
|adding
|removing
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoleArn
The ARN of the IAM role.
- Parameters:
iamRoleArn
- The ARN of the IAM role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-