Interface AwsRdsDbClusterAssociatedRole.Builder

    • 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.