Interface EvaluationFormSearchCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationFormSearchCriteria.Builder,,EvaluationFormSearchCriteria> SdkBuilder<EvaluationFormSearchCriteria.Builder,,EvaluationFormSearchCriteria> SdkPojo
- Enclosing class:
EvaluationFormSearchCriteria
-
Method Summary
Modifier and TypeMethodDescriptionandConditions(Collection<EvaluationFormSearchCriteria> andConditions) A list of conditions which would be applied together with an AND condition.andConditions(Consumer<EvaluationFormSearchCriteria.Builder>... andConditions) A list of conditions which would be applied together with an AND condition.andConditions(EvaluationFormSearchCriteria... andConditions) A list of conditions which would be applied together with an AND condition.booleanCondition(Consumer<BooleanCondition.Builder> booleanCondition) Boolean search condition.booleanCondition(BooleanCondition booleanCondition) Boolean search condition.dateTimeCondition(Consumer<DateTimeCondition.Builder> dateTimeCondition) Datetime search condition.dateTimeCondition(DateTimeCondition dateTimeCondition) Datetime search condition.numberCondition(Consumer<NumberCondition.Builder> numberCondition) Sets the value of the NumberCondition property for this object.numberCondition(NumberCondition numberCondition) Sets the value of the NumberCondition property for this object.orConditions(Collection<EvaluationFormSearchCriteria> orConditions) A list of conditions which would be applied together with an OR condition.orConditions(Consumer<EvaluationFormSearchCriteria.Builder>... orConditions) A list of conditions which would be applied together with an OR condition.orConditions(EvaluationFormSearchCriteria... orConditions) A list of conditions which would be applied together with an OR condition.stringCondition(Consumer<StringCondition.Builder> stringCondition) Sets the value of the StringCondition property for this object.stringCondition(StringCondition stringCondition) Sets the value of the StringCondition property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
orConditions
EvaluationFormSearchCriteria.Builder orConditions(Collection<EvaluationFormSearchCriteria> 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
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
EvaluationFormSearchCriteria.Builder orConditions(Consumer<EvaluationFormSearchCriteria.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 theEvaluationFormSearchCriteria.Builderavoiding the need to create one manually viaEvaluationFormSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toorConditions(List<EvaluationFormSearchCriteria>).- Parameters:
orConditions- a consumer that will call methods onEvaluationFormSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
andConditions
EvaluationFormSearchCriteria.Builder andConditions(Collection<EvaluationFormSearchCriteria> 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
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
EvaluationFormSearchCriteria.Builder andConditions(Consumer<EvaluationFormSearchCriteria.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 theEvaluationFormSearchCriteria.Builderavoiding the need to create one manually viaEvaluationFormSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toandConditions(List<EvaluationFormSearchCriteria>).- Parameters:
andConditions- a consumer that will call methods onEvaluationFormSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stringCondition
Sets the value of the StringCondition property for this object.- Parameters:
stringCondition- The new value for the StringCondition property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringCondition
default EvaluationFormSearchCriteria.Builder stringCondition(Consumer<StringCondition.Builder> stringCondition) Sets the value of the StringCondition property for this object. This is a convenience method that creates an instance of theStringCondition.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:
-
numberCondition
Sets the value of the NumberCondition property for this object.- Parameters:
numberCondition- The new value for the NumberCondition property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberCondition
default EvaluationFormSearchCriteria.Builder numberCondition(Consumer<NumberCondition.Builder> numberCondition) Sets the value of the NumberCondition property for this object. This is a convenience method that creates an instance of theNumberCondition.Builderavoiding the need to create one manually viaNumberCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonumberCondition(NumberCondition).- Parameters:
numberCondition- a consumer that will call methods onNumberCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
booleanCondition
Boolean search condition.
- Parameters:
booleanCondition- Boolean search condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
booleanCondition
default EvaluationFormSearchCriteria.Builder booleanCondition(Consumer<BooleanCondition.Builder> booleanCondition) Boolean search condition.
This is a convenience method that creates an instance of theBooleanCondition.Builderavoiding the need to create one manually viaBooleanCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobooleanCondition(BooleanCondition).- Parameters:
booleanCondition- a consumer that will call methods onBooleanCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dateTimeCondition
Datetime search condition.
- Parameters:
dateTimeCondition- Datetime search condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateTimeCondition
default EvaluationFormSearchCriteria.Builder dateTimeCondition(Consumer<DateTimeCondition.Builder> dateTimeCondition) Datetime search condition.
This is a convenience method that creates an instance of theDateTimeCondition.Builderavoiding the need to create one manually viaDateTimeCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todateTimeCondition(DateTimeCondition).- Parameters:
dateTimeCondition- a consumer that will call methods onDateTimeCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-