public static interface ControlPlaneTagFilter.Builder extends SdkPojo, CopyableBuilder<ControlPlaneTagFilter.Builder,ControlPlaneTagFilter>
| Modifier and Type | Method and Description |
|---|---|
ControlPlaneTagFilter.Builder |
andConditions(Collection<TagCondition> andConditions)
A list of conditions which would be applied together with an
AND condition. |
ControlPlaneTagFilter.Builder |
andConditions(Consumer<TagCondition.Builder>... andConditions)
A list of conditions which would be applied together with an
AND condition. |
ControlPlaneTagFilter.Builder |
andConditions(TagCondition... andConditions)
A list of conditions which would be applied together with an
AND condition. |
ControlPlaneTagFilter.Builder |
orConditions(Collection<? extends Collection<TagCondition>> orConditions)
A list of conditions which would be applied together with an
OR condition. |
ControlPlaneTagFilter.Builder |
orConditions(Collection<TagCondition>... orConditions)
A list of conditions which would be applied together with an
OR condition. |
default ControlPlaneTagFilter.Builder |
tagCondition(Consumer<TagCondition.Builder> tagCondition)
A leaf node condition which can be used to specify a tag condition.
|
ControlPlaneTagFilter.Builder |
tagCondition(TagCondition tagCondition)
A leaf node condition which can be used to specify a tag condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildControlPlaneTagFilter.Builder orConditions(Collection<? extends Collection<TagCondition>> orConditions)
A list of conditions which would be applied together with an OR condition.
orConditions - A list of conditions which would be applied together with an OR condition.ControlPlaneTagFilter.Builder orConditions(Collection<TagCondition>... orConditions)
A list of conditions which would be applied together with an OR condition.
orConditions - A list of conditions which would be applied together with an OR condition.ControlPlaneTagFilter.Builder andConditions(Collection<TagCondition> andConditions)
A list of conditions which would be applied together with an AND condition.
andConditions - A list of conditions which would be applied together with an AND condition.ControlPlaneTagFilter.Builder andConditions(TagCondition... andConditions)
A list of conditions which would be applied together with an AND condition.
andConditions - A list of conditions which would be applied together with an AND condition.ControlPlaneTagFilter.Builder andConditions(Consumer<TagCondition.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #andConditions(List) .andConditions - a consumer that will call methods on List.Builder #andConditions(List) ControlPlaneTagFilter.Builder tagCondition(TagCondition tagCondition)
A leaf node condition which can be used to specify a tag condition.
tagCondition - A leaf node condition which can be used to specify a tag condition.default ControlPlaneTagFilter.Builder tagCondition(Consumer<TagCondition.Builder> tagCondition)
A leaf node condition which can be used to specify a tag condition.
This is a convenience method that creates an instance of theTagCondition.Builder avoiding the need
to create one manually via TagCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tagCondition(TagCondition).tagCondition - a consumer that will call methods on TagCondition.BuildertagCondition(TagCondition)Copyright © 2022. All rights reserved.