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 tag.
|
LFTag.Builder |
tagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
|
LFTag.Builder |
tagValues(String... tagValues)
A list of possible values an attribute can take.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLFTag.Builder tagKey(String tagKey)
The key-name for the tag.
tagKey - The key-name for the tag.LFTag.Builder tagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
tagValues - A list of possible values an attribute can take.LFTag.Builder tagValues(String... tagValues)
A list of possible values an attribute can take.
tagValues - A list of possible values an attribute can take.Copyright © 2021. All rights reserved.