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