public static interface JoinInstruction.Builder extends SdkPojo, CopyableBuilder<JoinInstruction.Builder,JoinInstruction>
| Modifier and Type | Method and Description |
|---|---|
JoinInstruction.Builder |
leftOperand(String leftOperand)
Left operand.
|
JoinInstruction.Builder |
onClause(String onClause)
On Clause.
|
JoinInstruction.Builder |
rightOperand(String rightOperand)
Right operand.
|
JoinInstruction.Builder |
type(JoinType type)
Type.
|
JoinInstruction.Builder |
type(String type)
Type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJoinInstruction.Builder leftOperand(String leftOperand)
Left operand.
leftOperand - Left operand.JoinInstruction.Builder rightOperand(String rightOperand)
Right operand.
rightOperand - Right operand.JoinInstruction.Builder type(String type)
Type.
JoinInstruction.Builder type(JoinType type)
Type.
JoinInstruction.Builder onClause(String onClause)
On Clause.
onClause - On Clause.Copyright © 2020. All rights reserved.