Interface UniqueKey.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UniqueKey.Builder,
,UniqueKey> SdkBuilder<UniqueKey.Builder,
,UniqueKey> SdkPojo
- Enclosing class:
UniqueKey
@Mutable
@NotThreadSafe
public static interface UniqueKey.Builder
extends SdkPojo, CopyableBuilder<UniqueKey.Builder,UniqueKey>
-
Method Summary
Modifier and TypeMethodDescriptioncolumnNames
(String... columnNames) The name of the column that is referenced in theUniqueKey
configuration.columnNames
(Collection<String> columnNames) The name of the column that is referenced in theUniqueKey
configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
columnNames
The name of the column that is referenced in the
UniqueKey
configuration.- Parameters:
columnNames
- The name of the column that is referenced in theUniqueKey
configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnNames
The name of the column that is referenced in the
UniqueKey
configuration.- Parameters:
columnNames
- The name of the column that is referenced in theUniqueKey
configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-