Interface UniqueKey.Builder

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

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

    • columnNames

      UniqueKey.Builder columnNames(Collection<String> columnNames)

      The name of the column that is referenced in the UniqueKey configuration.

      Parameters:
      columnNames - The name of the column that is referenced in the UniqueKey configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • columnNames

      UniqueKey.Builder columnNames(String... columnNames)

      The name of the column that is referenced in the UniqueKey configuration.

      Parameters:
      columnNames - The name of the column that is referenced in the UniqueKey configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.