public static interface TagFilter.Builder extends SdkPojo, CopyableBuilder<TagFilter.Builder,TagFilter>
| Modifier and Type | Method and Description |
|---|---|
TagFilter.Builder |
tagKey(String tagKey)
The tag key.
|
TagFilter.Builder |
tagValues(Collection<String> tagValues)
A list of zero or more tag values.
|
TagFilter.Builder |
tagValues(String... tagValues)
A list of zero or more tag values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTagFilter.Builder tagKey(String tagKey)
The tag key. This must have a valid string value and can't be empty.
tagKey - The tag key. This must have a valid string value and can't be empty.TagFilter.Builder tagValues(Collection<String> tagValues)
A list of zero or more tag values. If no values are provided, then the filter matches any tag with the specified key, regardless of its value.
tagValues - A list of zero or more tag values. If no values are provided, then the filter matches any tag with the
specified key, regardless of its value.TagFilter.Builder tagValues(String... tagValues)
A list of zero or more tag values. If no values are provided, then the filter matches any tag with the specified key, regardless of its value.
tagValues - A list of zero or more tag values. If no values are provided, then the filter matches any tag with the
specified key, regardless of its value.Copyright © 2023. All rights reserved.