Interface GlobalClusterMember.Builder

  • Method Details

    • dbClusterArn

      GlobalClusterMember.Builder dbClusterArn(String dbClusterArn)

      The Amazon Resource Name (ARN) for each Amazon DocumentDB cluster.

      Parameters:
      dbClusterArn - The Amazon Resource Name (ARN) for each Amazon DocumentDB cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • readers

      The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global cluster.

      Parameters:
      readers - The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • readers

      GlobalClusterMember.Builder readers(String... readers)

      The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global cluster.

      Parameters:
      readers - The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isWriter

      Specifies whether the Amazon DocumentDB cluster is the primary cluster (that is, has read-write capability) for the Amazon DocumentDB global cluster with which it is associated.

      Parameters:
      isWriter - Specifies whether the Amazon DocumentDB cluster is the primary cluster (that is, has read-write capability) for the Amazon DocumentDB global cluster with which it is associated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.