public static interface LogicalTableSource.Builder extends SdkPojo, CopyableBuilder<LogicalTableSource.Builder,LogicalTableSource>
| Modifier and Type | Method and Description |
|---|---|
default LogicalTableSource.Builder |
joinInstruction(Consumer<JoinInstruction.Builder> joinInstruction)
Specifies the result of a join of two logical tables.
|
LogicalTableSource.Builder |
joinInstruction(JoinInstruction joinInstruction)
Specifies the result of a join of two logical tables.
|
LogicalTableSource.Builder |
physicalTableId(String physicalTableId)
Physical table ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogicalTableSource.Builder joinInstruction(JoinInstruction joinInstruction)
Specifies the result of a join of two logical tables.
joinInstruction - Specifies the result of a join of two logical tables.default LogicalTableSource.Builder joinInstruction(Consumer<JoinInstruction.Builder> joinInstruction)
Specifies the result of a join of two logical tables.
This is a convenience that creates an instance of theJoinInstruction.Builder avoiding the need to
create one manually via JoinInstruction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to joinInstruction(JoinInstruction).joinInstruction - a consumer that will call methods on JoinInstruction.BuilderjoinInstruction(JoinInstruction)LogicalTableSource.Builder physicalTableId(String physicalTableId)
Physical table ID.
physicalTableId - Physical table ID.Copyright © 2020. All rights reserved.