public static interface JoinColumn.Builder extends SdkPojo, CopyableBuilder<JoinColumn.Builder,JoinColumn>
| Modifier and Type | Method and Description |
|---|---|
JoinColumn.Builder |
from(String from)
The column to be joined.
|
JoinColumn.Builder |
keys(Collection<? extends Collection<String>> keys)
The key of the column to be joined.
|
JoinColumn.Builder |
keys(Collection<String>... keys)
The key of the column to be joined.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJoinColumn.Builder from(String from)
The column to be joined.
from - The column to be joined.JoinColumn.Builder keys(Collection<? extends Collection<String>> keys)
The key of the column to be joined.
keys - The key of the column to be joined.JoinColumn.Builder keys(Collection<String>... keys)
The key of the column to be joined.
keys - The key of the column to be joined.Copyright © 2023. All rights reserved.