public static interface Conditions.Builder extends SdkPojo, CopyableBuilder<Conditions.Builder,Conditions>
| Modifier and Type | Method and Description |
|---|---|
Conditions.Builder |
stringEquals(Collection<ConditionParameter> stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
Conditions.Builder |
stringEquals(ConditionParameter... stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
Conditions.Builder |
stringEquals(Consumer<ConditionParameter.Builder>... stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value.
|
Conditions.Builder |
stringLike(Collection<ConditionParameter> stringLike)
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*)
anywhere in the string.
|
Conditions.Builder |
stringLike(ConditionParameter... stringLike)
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*)
anywhere in the string.
|
Conditions.Builder |
stringLike(Consumer<ConditionParameter.Builder>... stringLike)
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*)
anywhere in the string.
|
Conditions.Builder |
stringNotEquals(Collection<ConditionParameter> stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the
same value.
|
Conditions.Builder |
stringNotEquals(ConditionParameter... stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the
same value.
|
Conditions.Builder |
stringNotEquals(Consumer<ConditionParameter.Builder>... stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the
same value.
|
Conditions.Builder |
stringNotLike(Collection<ConditionParameter> stringNotLike)
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character
(*) anywhere in the string.
|
Conditions.Builder |
stringNotLike(ConditionParameter... stringNotLike)
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character
(*) anywhere in the string.
|
Conditions.Builder |
stringNotLike(Consumer<ConditionParameter.Builder>... stringNotLike)
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character
(*) anywhere in the string.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConditions.Builder stringEquals(Collection<ConditionParameter> stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching."
stringEquals - Filters the values of your tagged resources for only those resources that you tagged with the same
value. Also called "exact matching."Conditions.Builder stringEquals(ConditionParameter... stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching."
stringEquals - Filters the values of your tagged resources for only those resources that you tagged with the same
value. Also called "exact matching."Conditions.Builder stringEquals(Consumer<ConditionParameter.Builder>... stringEquals)
Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching."
This is a convenience method that creates an instance of theConditionParameter.Builder avoiding the need to create
one manually via ConditionParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #stringEquals(List.
stringEquals - a consumer that will call methods on
ConditionParameter.Builder#stringEquals(java.util.Collection) Conditions.Builder stringNotEquals(Collection<ConditionParameter> stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching."
stringNotEquals - Filters the values of your tagged resources for only those resources that you tagged that do not have
the same value. Also called "negated matching."Conditions.Builder stringNotEquals(ConditionParameter... stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching."
stringNotEquals - Filters the values of your tagged resources for only those resources that you tagged that do not have
the same value. Also called "negated matching."Conditions.Builder stringNotEquals(Consumer<ConditionParameter.Builder>... stringNotEquals)
Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching."
This is a convenience method that creates an instance of theConditionParameter.Builder avoiding the need to create
one manually via ConditionParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #stringNotEquals(List.
stringNotEquals - a consumer that will call methods on
ConditionParameter.Builder#stringNotEquals(java.util.Collection) Conditions.Builder stringLike(Collection<ConditionParameter> stringLike)
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*) anywhere in the string. For example, "prod*" or "*rod*" matches the tag value "production".
stringLike - Filters the values of your tagged resources for matching tag values with the use of a wildcard
character (*) anywhere in the string. For example, "prod*" or "*rod*" matches the tag value
"production".Conditions.Builder stringLike(ConditionParameter... stringLike)
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*) anywhere in the string. For example, "prod*" or "*rod*" matches the tag value "production".
stringLike - Filters the values of your tagged resources for matching tag values with the use of a wildcard
character (*) anywhere in the string. For example, "prod*" or "*rod*" matches the tag value
"production".Conditions.Builder stringLike(Consumer<ConditionParameter.Builder>... stringLike)
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*) anywhere in the string. For example, "prod*" or "*rod*" matches the tag value "production".
This is a convenience method that creates an instance of theConditionParameter.Builder avoiding the need to create
one manually via ConditionParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #stringLike(List.
stringLike - a consumer that will call methods on
ConditionParameter.Builder#stringLike(java.util.Collection) Conditions.Builder stringNotLike(Collection<ConditionParameter> stringNotLike)
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string.
stringNotLike - Filters the values of your tagged resources for non-matching tag values with the use of a wildcard
character (*) anywhere in the string.Conditions.Builder stringNotLike(ConditionParameter... stringNotLike)
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string.
stringNotLike - Filters the values of your tagged resources for non-matching tag values with the use of a wildcard
character (*) anywhere in the string.Conditions.Builder stringNotLike(Consumer<ConditionParameter.Builder>... stringNotLike)
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string.
This is a convenience method that creates an instance of theConditionParameter.Builder avoiding the need to create
one manually via ConditionParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #stringNotLike(List.
stringNotLike - a consumer that will call methods on
ConditionParameter.Builder#stringNotLike(java.util.Collection) Copyright © 2023. All rights reserved.