public static interface TaggedTable.Builder extends SdkPojo, CopyableBuilder<TaggedTable.Builder,TaggedTable>
| Modifier and Type | Method and Description |
|---|---|
TaggedTable.Builder |
lfTagOnDatabase(Collection<LFTagPair> lfTagOnDatabase)
A list of LF-tags attached to the database where the table resides.
|
TaggedTable.Builder |
lfTagOnDatabase(Consumer<LFTagPair.Builder>... lfTagOnDatabase)
A list of LF-tags attached to the database where the table resides.
|
TaggedTable.Builder |
lfTagOnDatabase(LFTagPair... lfTagOnDatabase)
A list of LF-tags attached to the database where the table resides.
|
TaggedTable.Builder |
lfTagsOnColumns(Collection<ColumnLFTag> lfTagsOnColumns)
A list of LF-tags attached to columns in the table.
|
TaggedTable.Builder |
lfTagsOnColumns(ColumnLFTag... lfTagsOnColumns)
A list of LF-tags attached to columns in the table.
|
TaggedTable.Builder |
lfTagsOnColumns(Consumer<ColumnLFTag.Builder>... lfTagsOnColumns)
A list of LF-tags attached to columns in the table.
|
TaggedTable.Builder |
lfTagsOnTable(Collection<LFTagPair> lfTagsOnTable)
A list of LF-tags attached to the table.
|
TaggedTable.Builder |
lfTagsOnTable(Consumer<LFTagPair.Builder>... lfTagsOnTable)
A list of LF-tags attached to the table.
|
TaggedTable.Builder |
lfTagsOnTable(LFTagPair... lfTagsOnTable)
A list of LF-tags attached to the table.
|
default TaggedTable.Builder |
table(Consumer<TableResource.Builder> table)
A table that has LF-tags attached to it.
|
TaggedTable.Builder |
table(TableResource table)
A table that has LF-tags attached to it.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaggedTable.Builder table(TableResource table)
A table that has LF-tags attached to it.
table - A table that has LF-tags attached to it.default TaggedTable.Builder table(Consumer<TableResource.Builder> table)
A table that has LF-tags attached to it.
This is a convenience method that creates an instance of theTableResource.Builder avoiding the need
to create one manually via TableResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to table(TableResource).
table - a consumer that will call methods on TableResource.Buildertable(TableResource)TaggedTable.Builder lfTagOnDatabase(Collection<LFTagPair> lfTagOnDatabase)
A list of LF-tags attached to the database where the table resides.
lfTagOnDatabase - A list of LF-tags attached to the database where the table resides.TaggedTable.Builder lfTagOnDatabase(LFTagPair... lfTagOnDatabase)
A list of LF-tags attached to the database where the table resides.
lfTagOnDatabase - A list of LF-tags attached to the database where the table resides.TaggedTable.Builder lfTagOnDatabase(Consumer<LFTagPair.Builder>... lfTagOnDatabase)
A list of LF-tags attached to the database where the table resides.
This is a convenience method that creates an instance of theLFTagPair.Builder avoiding the need to create one
manually via LFTagPair.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #lfTagOnDatabase(List.
lfTagOnDatabase - a consumer that will call methods on
LFTagPair.Builder#lfTagOnDatabase(java.util.Collection) TaggedTable.Builder lfTagsOnTable(Collection<LFTagPair> lfTagsOnTable)
A list of LF-tags attached to the table.
lfTagsOnTable - A list of LF-tags attached to the table.TaggedTable.Builder lfTagsOnTable(LFTagPair... lfTagsOnTable)
A list of LF-tags attached to the table.
lfTagsOnTable - A list of LF-tags attached to the table.TaggedTable.Builder lfTagsOnTable(Consumer<LFTagPair.Builder>... lfTagsOnTable)
A list of LF-tags attached to the table.
This is a convenience method that creates an instance of theLFTagPair.Builder avoiding the need to create one
manually via LFTagPair.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #lfTagsOnTable(List.
lfTagsOnTable - a consumer that will call methods on
LFTagPair.Builder#lfTagsOnTable(java.util.Collection) TaggedTable.Builder lfTagsOnColumns(Collection<ColumnLFTag> lfTagsOnColumns)
A list of LF-tags attached to columns in the table.
lfTagsOnColumns - A list of LF-tags attached to columns in the table.TaggedTable.Builder lfTagsOnColumns(ColumnLFTag... lfTagsOnColumns)
A list of LF-tags attached to columns in the table.
lfTagsOnColumns - A list of LF-tags attached to columns in the table.TaggedTable.Builder lfTagsOnColumns(Consumer<ColumnLFTag.Builder>... lfTagsOnColumns)
A list of LF-tags attached to columns in the table.
This is a convenience method that creates an instance of theColumnLFTag.Builder avoiding the need to create
one manually via ColumnLFTag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #lfTagsOnColumns(List.
lfTagsOnColumns - a consumer that will call methods on
ColumnLFTag.Builder#lfTagsOnColumns(java.util.Collection) Copyright © 2023. All rights reserved.