Interface DataTableSearchCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataTableSearchCriteria.Builder,,DataTableSearchCriteria> SdkBuilder<DataTableSearchCriteria.Builder,,DataTableSearchCriteria> SdkPojo
- Enclosing class:
DataTableSearchCriteria
@Mutable
@NotThreadSafe
public static interface DataTableSearchCriteria.Builder
extends SdkPojo, CopyableBuilder<DataTableSearchCriteria.Builder,DataTableSearchCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionandConditions(Collection<DataTableSearchCriteria> andConditions) The criteria's and conditions.andConditions(Consumer<DataTableSearchCriteria.Builder>... andConditions) The criteria's and conditions.andConditions(DataTableSearchCriteria... andConditions) The criteria's and conditions.orConditions(Collection<DataTableSearchCriteria> orConditions) The criteria's or conditions.orConditions(Consumer<DataTableSearchCriteria.Builder>... orConditions) The criteria's or conditions.orConditions(DataTableSearchCriteria... orConditions) The criteria's or conditions.default DataTableSearchCriteria.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
The criteria's or conditions.
- Parameters:
orConditions- The criteria's or conditions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
The criteria's or conditions.
- Parameters:
orConditions- The criteria's or conditions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
DataTableSearchCriteria.Builder orConditions(Consumer<DataTableSearchCriteria.Builder>... orConditions) The criteria's or conditions.
This is a convenience method that creates an instance of theDataTableSearchCriteria.Builderavoiding the need to create one manually viaDataTableSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toorConditions(List<DataTableSearchCriteria>).- Parameters:
orConditions- a consumer that will call methods onDataTableSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
andConditions
The criteria's and conditions.
- Parameters:
andConditions- The criteria's and conditions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
The criteria's and conditions.
- Parameters:
andConditions- The criteria's and conditions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
DataTableSearchCriteria.Builder andConditions(Consumer<DataTableSearchCriteria.Builder>... andConditions) The criteria's and conditions.
This is a convenience method that creates an instance of theDataTableSearchCriteria.Builderavoiding the need to create one manually viaDataTableSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toandConditions(List<DataTableSearchCriteria>).- Parameters:
andConditions- a consumer that will call methods onDataTableSearchCriteria.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 DataTableSearchCriteria.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:
-