Interface AttributeAndCondition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AttributeAndCondition.Builder,AttributeAndCondition>,SdkBuilder<AttributeAndCondition.Builder,AttributeAndCondition>,SdkPojo
- Enclosing class:
- AttributeAndCondition
public static interface AttributeAndCondition.Builder extends SdkPojo, CopyableBuilder<AttributeAndCondition.Builder,AttributeAndCondition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AttributeAndCondition.BuilderhierarchyGroupCondition(Consumer<HierarchyGroupCondition.Builder> hierarchyGroupCondition)Sets the value of the HierarchyGroupCondition property for this object.AttributeAndCondition.BuilderhierarchyGroupCondition(HierarchyGroupCondition hierarchyGroupCondition)Sets the value of the HierarchyGroupCondition property for this object.AttributeAndCondition.BuildertagConditions(Collection<TagCondition> tagConditions)A leaf node condition which can be used to specify a tag condition.AttributeAndCondition.BuildertagConditions(Consumer<TagCondition.Builder>... tagConditions)A leaf node condition which can be used to specify a tag condition.AttributeAndCondition.BuildertagConditions(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 Detail
-
tagConditions
AttributeAndCondition.Builder tagConditions(Collection<TagCondition> 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
AttributeAndCondition.Builder tagConditions(TagCondition... 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
AttributeAndCondition.Builder tagConditions(Consumer<TagCondition.Builder>... 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.Builderavoiding the need to create one manually viaTagCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tagConditions(List.) - 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:
#tagConditions(java.util.Collection)
-
hierarchyGroupCondition
AttributeAndCondition.Builder hierarchyGroupCondition(HierarchyGroupCondition hierarchyGroupCondition)
Sets the value of the HierarchyGroupCondition property for this object.- Parameters:
hierarchyGroupCondition- The new value for the HierarchyGroupCondition property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hierarchyGroupCondition
default AttributeAndCondition.Builder hierarchyGroupCondition(Consumer<HierarchyGroupCondition.Builder> hierarchyGroupCondition)
Sets the value of the HierarchyGroupCondition property for this object. This is a convenience method that creates an instance of theHierarchyGroupCondition.Builderavoiding the need to create one manually viaHierarchyGroupCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohierarchyGroupCondition(HierarchyGroupCondition).- Parameters:
hierarchyGroupCondition- a consumer that will call methods onHierarchyGroupCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
hierarchyGroupCondition(HierarchyGroupCondition)
-
-