Interface JoinKeyProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JoinKeyProperties.Builder,
,JoinKeyProperties> SdkBuilder<JoinKeyProperties.Builder,
,JoinKeyProperties> SdkPojo
- Enclosing class:
JoinKeyProperties
@Mutable
@NotThreadSafe
public static interface JoinKeyProperties.Builder
extends SdkPojo, CopyableBuilder<JoinKeyProperties.Builder,JoinKeyProperties>
-
Method Summary
Modifier and TypeMethodDescriptionA 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-