Interface JoinColumn.Builder

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

public static interface JoinColumn.Builder extends SdkPojo, CopyableBuilder<JoinColumn.Builder,JoinColumn>
  • Method Details

    • from

      The column to be joined.

      Parameters:
      from - The column to be joined.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keys

      The key of the column to be joined.

      Parameters:
      keys - The key of the column to be joined.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keys

      The key of the column to be joined.

      Parameters:
      keys - The key of the column to be joined.
      Returns:
      Returns a reference to this object so that method calls can be chained together.