public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
Modifier and Type | Method and Description |
---|---|
Filter.Builder |
key(FilterNameStringType key)
Filters your list of secrets by a specific key.
|
Filter.Builder |
key(String key)
Filters your list of secrets by a specific key.
|
Filter.Builder |
values(Collection<String> values)
Filters your list of secrets by a specific value.
|
Filter.Builder |
values(String... values)
Filters your list of secrets by a specific value.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Filter.Builder key(String key)
Filters your list of secrets by a specific key.
key
- Filters your list of secrets by a specific key.FilterNameStringType
,
FilterNameStringType
Filter.Builder key(FilterNameStringType key)
Filters your list of secrets by a specific key.
key
- Filters your list of secrets by a specific key.FilterNameStringType
,
FilterNameStringType
Filter.Builder values(Collection<String> values)
Filters your list of secrets by a specific value.
You can prefix your search value with an exclamation mark (!
) in order to perform negation
filters.
values
- Filters your list of secrets by a specific value.
You can prefix your search value with an exclamation mark (!
) in order to perform
negation filters.
Filter.Builder values(String... values)
Filters your list of secrets by a specific value.
You can prefix your search value with an exclamation mark (!
) in order to perform negation
filters.
values
- Filters your list of secrets by a specific value.
You can prefix your search value with an exclamation mark (!
) in order to perform
negation filters.