public static interface AwsRdsDbClusterAssociatedRole.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbClusterAssociatedRole.Builder,AwsRdsDbClusterAssociatedRole>
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbClusterAssociatedRole.Builder |
roleArn(String roleArn)
The ARN of the IAM role.
|
AwsRdsDbClusterAssociatedRole.Builder |
status(String status)
The status of the association between the IAM role and the DB cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRdsDbClusterAssociatedRole.Builder roleArn(String roleArn)
The ARN of the IAM role.
roleArn - The ARN of the IAM role.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
status - The status of the association between the IAM role and the DB cluster. Valid values are as
follows:
ACTIVE
INVALID
PENDING
Copyright © 2023. All rights reserved.