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 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #lfTagOnDatabase(List) .lfTagOnDatabase - a consumer that will call methods on List.Builder #lfTagOnDatabase(List) 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #lfTagsOnTable(List) .lfTagsOnTable - a consumer that will call methods on List.Builder #lfTagsOnTable(List) 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #lfTagsOnColumns(List) .lfTagsOnColumns - a consumer that will call methods on List.Builder #lfTagsOnColumns(List) Copyright © 2022. All rights reserved.