Interface CommonAttributeAndCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CommonAttributeAndCondition.Builder,
,CommonAttributeAndCondition> SdkBuilder<CommonAttributeAndCondition.Builder,
,CommonAttributeAndCondition> SdkPojo
- Enclosing class:
CommonAttributeAndCondition
public static interface CommonAttributeAndCondition.Builder
extends SdkPojo, CopyableBuilder<CommonAttributeAndCondition.Builder,CommonAttributeAndCondition>
-
Method Summary
Modifier and TypeMethodDescriptiontagConditions
(Collection<TagCondition> tagConditions) A leaf node condition which can be used to specify a tag condition.tagConditions
(Consumer<TagCondition.Builder>... tagConditions) A leaf node condition which can be used to specify a tag condition.tagConditions
(TagCondition... tagConditions) A leaf node condition which can be used to specify a tag condition.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
tagConditions
A leaf node condition which can be used to specify a tag condition.
- Parameters:
tagConditions
- A leaf node condition which can be used to specify a tag condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagConditions
A leaf node condition which can be used to specify a tag condition.
- Parameters:
tagConditions
- A leaf node condition which can be used to specify a tag condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagConditions
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 viaTagCondition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totagConditions(List<TagCondition>)
.- Parameters:
tagConditions
- a consumer that will call methods onTagCondition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-