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 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 #lfTags(List.
lfTags - a consumer that will call methods on
LFTagPair.Builder#lfTags(java.util.Collection) Copyright © 2023. All rights reserved.