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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.-
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, sdkFields
-
-
-
-
Method Detail
-
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.
-
-