public static interface TagValues.Builder extends SdkPojo, CopyableBuilder<TagValues.Builder,TagValues>
| Modifier and Type | Method and Description |
|---|---|
TagValues.Builder |
key(String key)
The key for the tag.
|
TagValues.Builder |
matchOptions(Collection<MatchOption> matchOptions)
The match options that you can use to filter your results.
|
TagValues.Builder |
matchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results.
|
TagValues.Builder |
matchOptionsWithStrings(Collection<String> matchOptions)
The match options that you can use to filter your results.
|
TagValues.Builder |
matchOptionsWithStrings(String... matchOptions)
The match options that you can use to filter your results.
|
TagValues.Builder |
values(Collection<String> values)
The specific value of the tag.
|
TagValues.Builder |
values(String... values)
The specific value of the tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTagValues.Builder key(String key)
The key for the tag.
key - The key for the tag.TagValues.Builder values(Collection<String> values)
The specific value of the tag.
values - The specific value of the tag.TagValues.Builder values(String... values)
The specific value of the tag.
values - The specific value of the tag.TagValues.Builder matchOptionsWithStrings(Collection<String> matchOptions)
The match options that you can use to filter your results. MatchOptions is only applicable for
actions related to Cost Category. The default values for MatchOptions are EQUALS
and CASE_SENSITIVE.
matchOptions - The match options that you can use to filter your results. MatchOptions is only
applicable for actions related to Cost Category. The default values for MatchOptions are
EQUALS and CASE_SENSITIVE.TagValues.Builder matchOptionsWithStrings(String... matchOptions)
The match options that you can use to filter your results. MatchOptions is only applicable for
actions related to Cost Category. The default values for MatchOptions are EQUALS
and CASE_SENSITIVE.
matchOptions - The match options that you can use to filter your results. MatchOptions is only
applicable for actions related to Cost Category. The default values for MatchOptions are
EQUALS and CASE_SENSITIVE.TagValues.Builder matchOptions(Collection<MatchOption> matchOptions)
The match options that you can use to filter your results. MatchOptions is only applicable for
actions related to Cost Category. The default values for MatchOptions are EQUALS
and CASE_SENSITIVE.
matchOptions - The match options that you can use to filter your results. MatchOptions is only
applicable for actions related to Cost Category. The default values for MatchOptions are
EQUALS and CASE_SENSITIVE.TagValues.Builder matchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results. MatchOptions is only applicable for
actions related to Cost Category. The default values for MatchOptions are EQUALS
and CASE_SENSITIVE.
matchOptions - The match options that you can use to filter your results. MatchOptions is only
applicable for actions related to Cost Category. The default values for MatchOptions are
EQUALS and CASE_SENSITIVE.Copyright © 2022. All rights reserved.