Interface ViewSearchCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ViewSearchCriteria.Builder,,ViewSearchCriteria> SdkBuilder<ViewSearchCriteria.Builder,,ViewSearchCriteria> SdkPojo
- Enclosing class:
ViewSearchCriteria
-
Method Summary
Modifier and TypeMethodDescriptionandConditions(Collection<ViewSearchCriteria> andConditions) A list of conditions that must all be satisfied.andConditions(Consumer<ViewSearchCriteria.Builder>... andConditions) A list of conditions that must all be satisfied.andConditions(ViewSearchCriteria... andConditions) A list of conditions that must all be satisfied.orConditions(Collection<ViewSearchCriteria> orConditions) A list of conditions to be met, where at least one condition must be satisfied.orConditions(Consumer<ViewSearchCriteria.Builder>... orConditions) A list of conditions to be met, where at least one condition must be satisfied.orConditions(ViewSearchCriteria... orConditions) A list of conditions to be met, where at least one condition must be satisfied.default ViewSearchCriteria.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.viewStatusCondition(String viewStatusCondition) A condition that filters views by their status.viewStatusCondition(ViewStatus viewStatusCondition) A condition that filters views by their status.viewTypeCondition(String viewTypeCondition) A condition that filters views by their type.viewTypeCondition(ViewType viewTypeCondition) A condition that filters views by their type.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 to be met, where at least one condition must be satisfied.
- Parameters:
orConditions- A list of conditions to be met, where at least one condition must be satisfied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
A list of conditions to be met, where at least one condition must be satisfied.
- Parameters:
orConditions- A list of conditions to be met, where at least one condition must be satisfied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
A list of conditions to be met, where at least one condition must be satisfied.
This is a convenience method that creates an instance of theViewSearchCriteria.Builderavoiding the need to create one manually viaViewSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toorConditions(List<ViewSearchCriteria>).- Parameters:
orConditions- a consumer that will call methods onViewSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
andConditions
A list of conditions that must all be satisfied.
- Parameters:
andConditions- A list of conditions that must all be satisfied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
A list of conditions that must all be satisfied.
- Parameters:
andConditions- A list of conditions that must all be satisfied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
A list of conditions that must all be satisfied.
This is a convenience method that creates an instance of theViewSearchCriteria.Builderavoiding the need to create one manually viaViewSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toandConditions(List<ViewSearchCriteria>).- Parameters:
andConditions- a consumer that will call methods onViewSearchCriteria.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 ViewSearchCriteria.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:
-
viewTypeCondition
A condition that filters views by their type.
- Parameters:
viewTypeCondition- A condition that filters views by their type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
viewTypeCondition
A condition that filters views by their type.
- Parameters:
viewTypeCondition- A condition that filters views by their type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
viewStatusCondition
A condition that filters views by their status.
- Parameters:
viewStatusCondition- A condition that filters views by their status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
viewStatusCondition
A condition that filters views by their status.
- Parameters:
viewStatusCondition- A condition that filters views by their status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-