Interface EvaluationSearchCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationSearchCriteria.Builder,,EvaluationSearchCriteria> SdkBuilder<EvaluationSearchCriteria.Builder,,EvaluationSearchCriteria> SdkPojo
- Enclosing class:
EvaluationSearchCriteria
-
Method Summary
Modifier and TypeMethodDescriptionandConditions(Collection<EvaluationSearchCriteria> andConditions) A list of conditions which would be applied together with an AND condition.andConditions(Consumer<EvaluationSearchCriteria.Builder>... andConditions) A list of conditions which would be applied together with an AND condition.andConditions(EvaluationSearchCriteria... andConditions) A list of conditions which would be applied together with an AND condition.default EvaluationSearchCriteria.BuilderbooleanCondition(Consumer<BooleanCondition.Builder> booleanCondition) The boolean condition search criteria for searching evaluations.booleanCondition(BooleanCondition booleanCondition) The boolean condition search criteria for searching evaluations.default EvaluationSearchCriteria.BuilderdateTimeCondition(Consumer<DateTimeCondition.Builder> dateTimeCondition) The datetime condition search criteria for searching evaluations.dateTimeCondition(DateTimeCondition dateTimeCondition) The datetime condition search criteria for searching evaluations.default EvaluationSearchCriteria.BuilderdecimalCondition(Consumer<DecimalCondition.Builder> decimalCondition) The decimal condition search criteria for searching evaluations.decimalCondition(DecimalCondition decimalCondition) The decimal condition search criteria for searching evaluations.default EvaluationSearchCriteria.BuildernumberCondition(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<EvaluationSearchCriteria> orConditions) A list of conditions which would be applied together with an OR condition.orConditions(Consumer<EvaluationSearchCriteria.Builder>... orConditions) A list of conditions which would be applied together with an OR condition.orConditions(EvaluationSearchCriteria... orConditions) A list of conditions which would be applied together with an OR condition.default EvaluationSearchCriteria.BuilderstringCondition(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
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
EvaluationSearchCriteria.Builder orConditions(Consumer<EvaluationSearchCriteria.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 theEvaluationSearchCriteria.Builderavoiding the need to create one manually viaEvaluationSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toorConditions(List<EvaluationSearchCriteria>).- Parameters:
orConditions- a consumer that will call methods onEvaluationSearchCriteria.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 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
EvaluationSearchCriteria.Builder andConditions(Consumer<EvaluationSearchCriteria.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 theEvaluationSearchCriteria.Builderavoiding the need to create one manually viaEvaluationSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toandConditions(List<EvaluationSearchCriteria>).- Parameters:
andConditions- a consumer that will call methods onEvaluationSearchCriteria.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 EvaluationSearchCriteria.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 EvaluationSearchCriteria.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
The boolean condition search criteria for searching evaluations.
- Parameters:
booleanCondition- The boolean condition search criteria for searching evaluations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
booleanCondition
default EvaluationSearchCriteria.Builder booleanCondition(Consumer<BooleanCondition.Builder> booleanCondition) The boolean condition search criteria for searching evaluations.
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
The datetime condition search criteria for searching evaluations.
- Parameters:
dateTimeCondition- The datetime condition search criteria for searching evaluations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateTimeCondition
default EvaluationSearchCriteria.Builder dateTimeCondition(Consumer<DateTimeCondition.Builder> dateTimeCondition) The datetime condition search criteria for searching evaluations.
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:
-
decimalCondition
The decimal condition search criteria for searching evaluations.
- Parameters:
decimalCondition- The decimal condition search criteria for searching evaluations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
decimalCondition
default EvaluationSearchCriteria.Builder decimalCondition(Consumer<DecimalCondition.Builder> decimalCondition) The decimal condition search criteria for searching evaluations.
This is a convenience method that creates an instance of theDecimalCondition.Builderavoiding the need to create one manually viaDecimalCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todecimalCondition(DecimalCondition).- Parameters:
decimalCondition- a consumer that will call methods onDecimalCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-