| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static JoinKeyProperties.Builder |
JoinKeyProperties.builder() |
JoinKeyProperties.Builder |
JoinKeyProperties.toBuilder() |
JoinKeyProperties.Builder |
JoinKeyProperties.Builder.uniqueKey(Boolean uniqueKey)
Indicates that a row in a table is uniquely identified by the columns in a join key.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JoinKeyProperties.Builder> |
JoinKeyProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JoinInstruction.Builder |
JoinInstruction.Builder.leftJoinKeyProperties(Consumer<JoinKeyProperties.Builder> leftJoinKeyProperties)
Join key properties of the left operand.
|
default JoinInstruction.Builder |
JoinInstruction.Builder.rightJoinKeyProperties(Consumer<JoinKeyProperties.Builder> rightJoinKeyProperties)
Join key properties of the right operand.
|
Copyright © 2020. All rights reserved.