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 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 LF-tag.
tagKey - The key-name for the LF-tag.LFTag.Builder tagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
The maximum number of values that can be defined for a LF-Tag is 1000. A single API call supports 50 values. You can use multiple API calls to add more values.
tagValues - A list of possible values an attribute can take.
The maximum number of values that can be defined for a LF-Tag is 1000. A single API call supports 50 values. You can use multiple API calls to add more values.
LFTag.Builder tagValues(String... tagValues)
A list of possible values an attribute can take.
The maximum number of values that can be defined for a LF-Tag is 1000. A single API call supports 50 values. You can use multiple API calls to add more values.
tagValues - A list of possible values an attribute can take.
The maximum number of values that can be defined for a LF-Tag is 1000. A single API call supports 50 values. You can use multiple API calls to add more values.
Copyright © 2023. All rights reserved.