Interface AgentStatusSearchCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AgentStatusSearchCriteria.Builder,AgentStatusSearchCriteria>,SdkBuilder<AgentStatusSearchCriteria.Builder,AgentStatusSearchCriteria>,SdkPojo
- Enclosing class:
- AgentStatusSearchCriteria
public static interface AgentStatusSearchCriteria.Builder extends SdkPojo, CopyableBuilder<AgentStatusSearchCriteria.Builder,AgentStatusSearchCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AgentStatusSearchCriteria.BuilderandConditions(Collection<AgentStatusSearchCriteria> andConditions)A leaf node condition which can be used to specify a string condition.AgentStatusSearchCriteria.BuilderandConditions(Consumer<AgentStatusSearchCriteria.Builder>... andConditions)A leaf node condition which can be used to specify a string condition.AgentStatusSearchCriteria.BuilderandConditions(AgentStatusSearchCriteria... andConditions)A leaf node condition which can be used to specify a string condition.AgentStatusSearchCriteria.BuilderorConditions(Collection<AgentStatusSearchCriteria> orConditions)A list of conditions which would be applied together with anORcondition.AgentStatusSearchCriteria.BuilderorConditions(Consumer<AgentStatusSearchCriteria.Builder>... orConditions)A list of conditions which would be applied together with anORcondition.AgentStatusSearchCriteria.BuilderorConditions(AgentStatusSearchCriteria... orConditions)A list of conditions which would be applied together with anORcondition.default AgentStatusSearchCriteria.BuilderstringCondition(Consumer<StringCondition.Builder> stringCondition)A leaf node condition which can be used to specify a string condition.AgentStatusSearchCriteria.BuilderstringCondition(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
orConditions
AgentStatusSearchCriteria.Builder orConditions(Collection<AgentStatusSearchCriteria> 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
AgentStatusSearchCriteria.Builder orConditions(AgentStatusSearchCriteria... 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
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 theORcondition.AgentStatusSearchCriteria.Builderavoiding the need to create one manually viaAgentStatusSearchCriteria.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 onAgentStatusSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#orConditions(java.util.Collection)
-
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
FieldNamearename,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
FieldNamearename,description,state,type,displayOrder, andresourceID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
AgentStatusSearchCriteria.Builder andConditions(AgentStatusSearchCriteria... andConditions)
A leaf node condition which can be used to specify a string condition.
The currently supported values for
FieldNamearename,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
FieldNamearename,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.
This is a convenience method that creates an instance of theThe currently supported values for
FieldNamearename,description,state,type,displayOrder, andresourceID.AgentStatusSearchCriteria.Builderavoiding the need to create one manually viaAgentStatusSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#andConditions(List.) - 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:
#andConditions(java.util.Collection)
-
stringCondition
AgentStatusSearchCriteria.Builder stringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
The currently supported values for
FieldNamearename,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
FieldNamearename,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.
This is a convenience method that creates an instance of theThe currently supported values for
FieldNamearename,description,state,type,displayOrder, andresourceID.StringCondition.Builderavoiding the need to create one manually viaStringCondition.builder().When the
Consumercompletes,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:
stringCondition(StringCondition)
-
-