Interface UserSearchCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserSearchCriteria.Builder,
,UserSearchCriteria> SdkBuilder<UserSearchCriteria.Builder,
,UserSearchCriteria> SdkPojo
- Enclosing class:
UserSearchCriteria
-
Method Summary
Modifier and TypeMethodDescriptionandConditions
(Collection<UserSearchCriteria> andConditions) A list of conditions which would be applied together with anAND
condition.andConditions
(Consumer<UserSearchCriteria.Builder>... andConditions) A list of conditions which would be applied together with anAND
condition.andConditions
(UserSearchCriteria... andConditions) A list of conditions which would be applied together with anAND
condition.default UserSearchCriteria.Builder
hierarchyGroupCondition
(Consumer<HierarchyGroupCondition.Builder> hierarchyGroupCondition) A leaf node condition which can be used to specify a hierarchy group condition.hierarchyGroupCondition
(HierarchyGroupCondition hierarchyGroupCondition) A leaf node condition which can be used to specify a hierarchy group condition.orConditions
(Collection<UserSearchCriteria> orConditions) A list of conditions which would be applied together with anOR
condition.orConditions
(Consumer<UserSearchCriteria.Builder>... orConditions) A list of conditions which would be applied together with anOR
condition.orConditions
(UserSearchCriteria... orConditions) A list of conditions which would be applied together with anOR
condition.default UserSearchCriteria.Builder
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
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 anOR
condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 anOR
condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
A list of conditions which would be applied together with an
This is a convenience method that creates an instance of theOR
condition.UserSearchCriteria.Builder
avoiding the need to create one manually viaUserSearchCriteria.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toorConditions(List<UserSearchCriteria>)
.- Parameters:
orConditions
- a consumer that will call methods onUserSearchCriteria.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 anAND
condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 anAND
condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
A list of conditions which would be applied together with an
This is a convenience method that creates an instance of theAND
condition.UserSearchCriteria.Builder
avoiding the need to create one manually viaUserSearchCriteria.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toandConditions(List<UserSearchCriteria>)
.- Parameters:
andConditions
- a consumer that will call methods onUserSearchCriteria.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
,description
, andresourceID
.- Parameters:
stringCondition
- A leaf node condition which can be used to specify a string condition.The currently supported values for
FieldName
arename
,description
, andresourceID
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringCondition
default UserSearchCriteria.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
,description
, 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:
-
hierarchyGroupCondition
A leaf node condition which can be used to specify a hierarchy group condition.
- Parameters:
hierarchyGroupCondition
- A leaf node condition which can be used to specify a hierarchy group condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hierarchyGroupCondition
default UserSearchCriteria.Builder hierarchyGroupCondition(Consumer<HierarchyGroupCondition.Builder> hierarchyGroupCondition) A leaf node condition which can be used to specify a hierarchy group condition.
This is a convenience method that creates an instance of theHierarchyGroupCondition.Builder
avoiding the need to create one manually viaHierarchyGroupCondition.builder()
.When the
Consumer
completes,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:
-