public static interface ColumnLFTag.Builder extends SdkPojo, CopyableBuilder<ColumnLFTag.Builder,ColumnLFTag>
| Modifier and Type | Method and Description |
|---|---|
ColumnLFTag.Builder |
lfTags(Collection<LFTagPair> lfTags)
The LF-tags attached to a column resource.
|
ColumnLFTag.Builder |
lfTags(Consumer<LFTagPair.Builder>... lfTags)
The LF-tags attached to a column resource.
|
ColumnLFTag.Builder |
lfTags(LFTagPair... lfTags)
The LF-tags attached to a column resource.
|
ColumnLFTag.Builder |
name(String name)
The name of a column resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColumnLFTag.Builder name(String name)
The name of a column resource.
name - The name of a column resource.ColumnLFTag.Builder lfTags(Collection<LFTagPair> lfTags)
The LF-tags attached to a column resource.
lfTags - The LF-tags attached to a column resource.ColumnLFTag.Builder lfTags(LFTagPair... lfTags)
The LF-tags attached to a column resource.
lfTags - The LF-tags attached to a column resource.ColumnLFTag.Builder lfTags(Consumer<LFTagPair.Builder>... lfTags)
The LF-tags attached to a column resource.
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 #lfTags(List) .lfTags - a consumer that will call methods on List.Builder #lfTags(List) Copyright © 2022. All rights reserved.