public static interface LFTag.Builder extends SdkPojo, CopyableBuilder<LFTag.Builder,LFTag>
| Modifier and Type | Method and Description |
|---|---|
LFTag.Builder |
tagKey(String tagKey)
The key name for the LF-tag.
|
LFTag.Builder |
tagValues(Collection<String> tagValues)
A list of LF-tag values.
|
LFTag.Builder |
tagValues(String... tagValues)
A list of LF-tag values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLFTag.Builder tagKey(String tagKey)
The key name for the LF-tag.
tagKey - The key name for the LF-tag.LFTag.Builder tagValues(Collection<String> tagValues)
A list of LF-tag values.
tagValues - A list of LF-tag values.LFTag.Builder tagValues(String... tagValues)
A list of LF-tag values.
tagValues - A list of LF-tag values.Copyright © 2023. All rights reserved.