public static interface JoinKeyProperties.Builder extends SdkPojo, CopyableBuilder<JoinKeyProperties.Builder,JoinKeyProperties>
Modifier and Type | Method and 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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.Copyright © 2022. All rights reserved.