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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UniqueKey.BuildercolumnNames(String... columnNames)The name of the column that is referenced in theUniqueKeyconfiguration.UniqueKey.BuildercolumnNames(Collection<String> columnNames)The name of the column that is referenced in theUniqueKeyconfiguration.-
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 Detail
-
columnNames
UniqueKey.Builder columnNames(Collection<String> columnNames)
The name of the column that is referenced in the
UniqueKeyconfiguration.- Parameters:
columnNames- The name of the column that is referenced in theUniqueKeyconfiguration.- 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
UniqueKeyconfiguration.- Parameters:
columnNames- The name of the column that is referenced in theUniqueKeyconfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-