| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
JoinInstruction |
JoinInstruction.clone() |
JoinInstruction |
LogicalTableSource.getJoinInstruction()
Specifies the result of a join of two logical tables.
|
JoinInstruction |
JoinInstruction.withLeftJoinKeyProperties(JoinKeyProperties leftJoinKeyProperties)
Join key properties of the left operand.
|
JoinInstruction |
JoinInstruction.withLeftOperand(String leftOperand)
The operand on the left side of a join.
|
JoinInstruction |
JoinInstruction.withOnClause(String onClause)
The join instructions provided in the
ON clause of a join. |
JoinInstruction |
JoinInstruction.withRightJoinKeyProperties(JoinKeyProperties rightJoinKeyProperties)
Join key properties of the right operand.
|
JoinInstruction |
JoinInstruction.withRightOperand(String rightOperand)
The operand on the right side of a join.
|
JoinInstruction |
JoinInstruction.withType(JoinType type)
The type of join that it is.
|
JoinInstruction |
JoinInstruction.withType(String type)
The type of join that it is.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalTableSource.setJoinInstruction(JoinInstruction joinInstruction)
Specifies the result of a join of two logical tables.
|
LogicalTableSource |
LogicalTableSource.withJoinInstruction(JoinInstruction joinInstruction)
Specifies the result of a join of two logical tables.
|
Copyright © 2022. All rights reserved.