| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static JoinInstruction.Builder |
JoinInstruction.builder() |
default JoinInstruction.Builder |
JoinInstruction.Builder.leftJoinKeyProperties(Consumer<JoinKeyProperties.Builder> leftJoinKeyProperties)
Join key properties of the left operand.
|
JoinInstruction.Builder |
JoinInstruction.Builder.leftJoinKeyProperties(JoinKeyProperties leftJoinKeyProperties)
Join key properties of the left operand.
|
JoinInstruction.Builder |
JoinInstruction.Builder.leftOperand(String leftOperand)
The operand on the left side of a join.
|
JoinInstruction.Builder |
JoinInstruction.Builder.onClause(String onClause)
The join instructions provided in the
ON clause of a join. |
default JoinInstruction.Builder |
JoinInstruction.Builder.rightJoinKeyProperties(Consumer<JoinKeyProperties.Builder> rightJoinKeyProperties)
Join key properties of the right operand.
|
JoinInstruction.Builder |
JoinInstruction.Builder.rightJoinKeyProperties(JoinKeyProperties rightJoinKeyProperties)
Join key properties of the right operand.
|
JoinInstruction.Builder |
JoinInstruction.Builder.rightOperand(String rightOperand)
The operand on the right side of a join.
|
JoinInstruction.Builder |
JoinInstruction.toBuilder() |
JoinInstruction.Builder |
JoinInstruction.Builder.type(JoinType type)
The type of join that it is.
|
JoinInstruction.Builder |
JoinInstruction.Builder.type(String type)
The type of join that it is.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JoinInstruction.Builder> |
JoinInstruction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LogicalTableSource.Builder |
LogicalTableSource.Builder.joinInstruction(Consumer<JoinInstruction.Builder> joinInstruction)
Specifies the result of a join of two logical tables.
|
Copyright © 2023. All rights reserved.