Interface AwsRdsDbClusterAssociatedRole.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRdsDbClusterAssociatedRole.Builder,AwsRdsDbClusterAssociatedRole>,SdkBuilder<AwsRdsDbClusterAssociatedRole.Builder,AwsRdsDbClusterAssociatedRole>,SdkPojo
- Enclosing class:
- AwsRdsDbClusterAssociatedRole
public static interface AwsRdsDbClusterAssociatedRole.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbClusterAssociatedRole.Builder,AwsRdsDbClusterAssociatedRole>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRdsDbClusterAssociatedRole.BuilderroleArn(String roleArn)The ARN of the IAM role.AwsRdsDbClusterAssociatedRole.Builderstatus(String status)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, sdkFields
-
-
-
-
Method Detail
-
roleArn
AwsRdsDbClusterAssociatedRole.Builder roleArn(String 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
AwsRdsDbClusterAssociatedRole.Builder status(String 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.
-
-
-