Interface TestCaseSearchCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestCaseSearchCriteria.Builder,,TestCaseSearchCriteria> SdkBuilder<TestCaseSearchCriteria.Builder,,TestCaseSearchCriteria> SdkPojo
- Enclosing class:
TestCaseSearchCriteria
-
Method Summary
Modifier and TypeMethodDescriptionandConditions(Collection<TestCaseSearchCriteria> andConditions) A list of conditions which would be applied together with an AND condition.andConditions(Consumer<TestCaseSearchCriteria.Builder>... andConditions) A list of conditions which would be applied together with an AND condition.andConditions(TestCaseSearchCriteria... andConditions) A list of conditions which would be applied together with an AND condition.orConditions(Collection<TestCaseSearchCriteria> orConditions) A list of conditions which would be applied together with an OR condition.orConditions(Consumer<TestCaseSearchCriteria.Builder>... orConditions) A list of conditions which would be applied together with an OR condition.orConditions(TestCaseSearchCriteria... orConditions) A list of conditions which would be applied together with an OR condition.statusCondition(String statusCondition) The status of the test case.statusCondition(TestCaseStatus statusCondition) The status of the test case.default TestCaseSearchCriteria.BuilderstringCondition(Consumer<StringCondition.Builder> stringCondition) A leaf node condition which can be used to specify a string condition.stringCondition(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
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
TestCaseSearchCriteria.Builder orConditions(Consumer<TestCaseSearchCriteria.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 theTestCaseSearchCriteria.Builderavoiding the need to create one manually viaTestCaseSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toorConditions(List<TestCaseSearchCriteria>).- Parameters:
orConditions- a consumer that will call methods onTestCaseSearchCriteria.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
TestCaseSearchCriteria.Builder andConditions(Consumer<TestCaseSearchCriteria.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 theTestCaseSearchCriteria.Builderavoiding the need to create one manually viaTestCaseSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toandConditions(List<TestCaseSearchCriteria>).- Parameters:
andConditions- a consumer that will call methods onTestCaseSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stringCondition
A leaf node condition which can be used to specify a string condition.
- Parameters:
stringCondition- A leaf node condition which can be used to specify a string condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringCondition
default TestCaseSearchCriteria.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 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:
-
statusCondition
The status of the test case.
- Parameters:
statusCondition- The status of the test case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCondition
The status of the test case.
- Parameters:
statusCondition- The status of the test case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-