Interface DBClusterAssociatedRole.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DBClusterAssociatedRole.Builder,DBClusterAssociatedRole>, SdkBuilder<DBClusterAssociatedRole.Builder,DBClusterAssociatedRole>, SdkPojo
Enclosing class:
DBClusterAssociatedRole

@Mutable @NotThreadSafe public static interface DBClusterAssociatedRole.Builder extends SdkPojo, CopyableBuilder<DBClusterAssociatedRole.Builder,DBClusterAssociatedRole>
  • Method Details

    • roleArn

      The Amazon Resource Name (ARN) of the IAM role to associate with the DB cluster.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of the IAM role to associate with the DB cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • featureName

      DBClusterAssociatedRole.Builder featureName(String featureName)

      The name of the feature associated with the IAM role. For information about supported feature names, see DBEngineVersion.

      Parameters:
      featureName - The name of the feature associated with the IAM role. For information about supported feature names, see DBEngineVersion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.