Interface AwsRdsDbClusterAssociatedRole.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsRdsDbClusterAssociatedRole.Builder,
,AwsRdsDbClusterAssociatedRole> SdkBuilder<AwsRdsDbClusterAssociatedRole.Builder,
,AwsRdsDbClusterAssociatedRole> SdkPojo
- Enclosing class:
AwsRdsDbClusterAssociatedRole
@Mutable
@NotThreadSafe
public static interface AwsRdsDbClusterAssociatedRole.Builder
extends SdkPojo, CopyableBuilder<AwsRdsDbClusterAssociatedRole.Builder,AwsRdsDbClusterAssociatedRole>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the IAM role.The status of the association between the IAM role and the DB cluster.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
-
roleArn
The ARN of the IAM role.
- Parameters:
roleArn
- The ARN of the IAM role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the association between the IAM role and the DB cluster. Valid values are as follows:
-
ACTIVE
-
INVALID
-
PENDING
- Parameters:
status
- The status of the association between the IAM role and the DB cluster. Valid values are as follows:-
ACTIVE
-
INVALID
-
PENDING
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-