Interface UserHierarchyGroupSearchCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserHierarchyGroupSearchCriteria.Builder,
,UserHierarchyGroupSearchCriteria> SdkBuilder<UserHierarchyGroupSearchCriteria.Builder,
,UserHierarchyGroupSearchCriteria> SdkPojo
- Enclosing class:
UserHierarchyGroupSearchCriteria
-
Method Summary
Modifier and TypeMethodDescriptionandConditions
(Collection<UserHierarchyGroupSearchCriteria> andConditions) A list of conditions which would be applied together with an AND condition.andConditions
(Consumer<UserHierarchyGroupSearchCriteria.Builder>... andConditions) A list of conditions which would be applied together with an AND condition.andConditions
(UserHierarchyGroupSearchCriteria... andConditions) A list of conditions which would be applied together with an AND condition.orConditions
(Collection<UserHierarchyGroupSearchCriteria> orConditions) A list of conditions which would be applied together with an OR condition.orConditions
(Consumer<UserHierarchyGroupSearchCriteria.Builder>... orConditions) A list of conditions which would be applied together with an OR condition.orConditions
(UserHierarchyGroupSearchCriteria... orConditions) A list of conditions which would be applied together with an OR condition.stringCondition
(Consumer<StringCondition.Builder> stringCondition) A leaf node condition which can be used to specify a string condition.stringCondition
(StringCondition stringCondition) A leaf node condition which can be used to specify a string 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
-
orConditions
UserHierarchyGroupSearchCriteria.Builder orConditions(Collection<UserHierarchyGroupSearchCriteria> orConditions) A list of conditions which would be applied together with an OR condition.
- Parameters:
orConditions
- A list of conditions which would be applied together with an OR condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
UserHierarchyGroupSearchCriteria.Builder orConditions(UserHierarchyGroupSearchCriteria... orConditions) A list of conditions which would be applied together with an OR condition.
- Parameters:
orConditions
- A list of conditions which would be applied together with an OR condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
UserHierarchyGroupSearchCriteria.Builder orConditions(Consumer<UserHierarchyGroupSearchCriteria.Builder>... orConditions) A list of conditions which would be applied together with an OR condition.
This is a convenience method that creates an instance of theUserHierarchyGroupSearchCriteria.Builder
avoiding the need to create one manually viaUserHierarchyGroupSearchCriteria.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toorConditions(List<UserHierarchyGroupSearchCriteria>)
.- Parameters:
orConditions
- a consumer that will call methods onUserHierarchyGroupSearchCriteria.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
andConditions
UserHierarchyGroupSearchCriteria.Builder andConditions(Collection<UserHierarchyGroupSearchCriteria> andConditions) A list of conditions which would be applied together with an AND condition.
- Parameters:
andConditions
- A list of conditions which would be applied together with an AND condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
UserHierarchyGroupSearchCriteria.Builder andConditions(UserHierarchyGroupSearchCriteria... andConditions) A list of conditions which would be applied together with an AND condition.
- Parameters:
andConditions
- A list of conditions which would be applied together with an AND condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
UserHierarchyGroupSearchCriteria.Builder andConditions(Consumer<UserHierarchyGroupSearchCriteria.Builder>... andConditions) A list of conditions which would be applied together with an AND condition.
This is a convenience method that creates an instance of theUserHierarchyGroupSearchCriteria.Builder
avoiding the need to create one manually viaUserHierarchyGroupSearchCriteria.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toandConditions(List<UserHierarchyGroupSearchCriteria>)
.- Parameters:
andConditions
- a consumer that will call methods onUserHierarchyGroupSearchCriteria.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stringCondition
A leaf node condition which can be used to specify a string condition.
The currently supported values for
FieldName
arename
,parentId
,levelId
, andresourceID
.- Parameters:
stringCondition
- A leaf node condition which can be used to specify a string condition.The currently supported values for
FieldName
arename
,parentId
,levelId
, andresourceID
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringCondition
default UserHierarchyGroupSearchCriteria.Builder stringCondition(Consumer<StringCondition.Builder> stringCondition) A leaf node condition which can be used to specify a string condition.
The currently supported values for
FieldName
arename
,parentId
,levelId
, andresourceID
.StringCondition.Builder
avoiding the need to create one manually viaStringCondition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostringCondition(StringCondition)
.- Parameters:
stringCondition
- a consumer that will call methods onStringCondition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-