Interface JoinKeyProperties.Builder

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

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

    • uniqueKey

      JoinKeyProperties.Builder uniqueKey(Boolean uniqueKey)

      A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.

      Parameters:
      uniqueKey - A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.