public static interface JoinKeyProperties.Builder extends SdkPojo, CopyableBuilder<JoinKeyProperties.Builder,JoinKeyProperties>
| Modifier and Type | Method and Description |
|---|---|
JoinKeyProperties.Builder |
uniqueKey(Boolean uniqueKey)
Indicates that a row in a table is uniquely identified by the columns in a join key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJoinKeyProperties.Builder uniqueKey(Boolean uniqueKey)
Indicates that a row in a table is uniquely identified by the columns in a join key. This is used by QuickSight to optimize query performance.
uniqueKey - Indicates that a row in a table is uniquely identified by the columns in a join key. This is used by
QuickSight to optimize query performance.Copyright © 2020. All rights reserved.