Interface ControlPlaneUserAttributeFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ControlPlaneUserAttributeFilter.Builder,ControlPlaneUserAttributeFilter>,SdkBuilder<ControlPlaneUserAttributeFilter.Builder,ControlPlaneUserAttributeFilter>,SdkPojo
- Enclosing class:
- ControlPlaneUserAttributeFilter
public static interface ControlPlaneUserAttributeFilter.Builder extends SdkPojo, CopyableBuilder<ControlPlaneUserAttributeFilter.Builder,ControlPlaneUserAttributeFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ControlPlaneUserAttributeFilter.BuilderandCondition(Consumer<AttributeAndCondition.Builder> andCondition)A list of conditions which would be applied together with anANDcondition.ControlPlaneUserAttributeFilter.BuilderandCondition(AttributeAndCondition andCondition)A list of conditions which would be applied together with anANDcondition.default ControlPlaneUserAttributeFilter.BuilderhierarchyGroupCondition(Consumer<HierarchyGroupCondition.Builder> hierarchyGroupCondition)Sets the value of the HierarchyGroupCondition property for this object.ControlPlaneUserAttributeFilter.BuilderhierarchyGroupCondition(HierarchyGroupCondition hierarchyGroupCondition)Sets the value of the HierarchyGroupCondition property for this object.ControlPlaneUserAttributeFilter.BuilderorConditions(Collection<AttributeAndCondition> orConditions)A list of conditions which would be applied together with anORcondition.ControlPlaneUserAttributeFilter.BuilderorConditions(Consumer<AttributeAndCondition.Builder>... orConditions)A list of conditions which would be applied together with anORcondition.ControlPlaneUserAttributeFilter.BuilderorConditions(AttributeAndCondition... orConditions)A list of conditions which would be applied together with anORcondition.default ControlPlaneUserAttributeFilter.BuildertagCondition(Consumer<TagCondition.Builder> tagCondition)Sets the value of the TagCondition property for this object.ControlPlaneUserAttributeFilter.BuildertagCondition(TagCondition tagCondition)Sets the value of the TagCondition property for this object.-
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
-
orConditions
ControlPlaneUserAttributeFilter.Builder orConditions(Collection<AttributeAndCondition> orConditions)
A list of conditions which would be applied together with an
ORcondition.- Parameters:
orConditions- A list of conditions which would be applied together with anORcondition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
ControlPlaneUserAttributeFilter.Builder orConditions(AttributeAndCondition... orConditions)
A list of conditions which would be applied together with an
ORcondition.- Parameters:
orConditions- A list of conditions which would be applied together with anORcondition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
ControlPlaneUserAttributeFilter.Builder orConditions(Consumer<AttributeAndCondition.Builder>... orConditions)
A list of conditions which would be applied together with an
This is a convenience method that creates an instance of theORcondition.AttributeAndCondition.Builderavoiding the need to create one manually viaAttributeAndCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#orConditions(List.) - Parameters:
orConditions- a consumer that will call methods onAttributeAndCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#orConditions(java.util.Collection)
-
andCondition
ControlPlaneUserAttributeFilter.Builder andCondition(AttributeAndCondition andCondition)
A list of conditions which would be applied together with an
ANDcondition.- Parameters:
andCondition- A list of conditions which would be applied together with anANDcondition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andCondition
default ControlPlaneUserAttributeFilter.Builder andCondition(Consumer<AttributeAndCondition.Builder> andCondition)
A list of conditions which would be applied together with an
This is a convenience method that creates an instance of theANDcondition.AttributeAndCondition.Builderavoiding the need to create one manually viaAttributeAndCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toandCondition(AttributeAndCondition).- Parameters:
andCondition- a consumer that will call methods onAttributeAndCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
andCondition(AttributeAndCondition)
-
tagCondition
ControlPlaneUserAttributeFilter.Builder tagCondition(TagCondition tagCondition)
Sets the value of the TagCondition property for this object.- Parameters:
tagCondition- The new value for the TagCondition property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagCondition
default ControlPlaneUserAttributeFilter.Builder tagCondition(Consumer<TagCondition.Builder> tagCondition)
Sets the value of the TagCondition property for this object. 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 totagCondition(TagCondition).- Parameters:
tagCondition- 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:
tagCondition(TagCondition)
-
hierarchyGroupCondition
ControlPlaneUserAttributeFilter.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 ControlPlaneUserAttributeFilter.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)
-
-