Interface ListTestCasesResponse.Builder
- All Superinterfaces:
AppTestResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<ListTestCasesResponse.Builder,
,ListTestCasesResponse> SdkBuilder<ListTestCasesResponse.Builder,
,ListTestCasesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListTestCasesResponse
@Mutable
@NotThreadSafe
public static interface ListTestCasesResponse.Builder
extends AppTestResponse.Builder, SdkPojo, CopyableBuilder<ListTestCasesResponse.Builder,ListTestCasesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe next token in test cases.testCases
(Collection<TestCaseSummary> testCases) The test cases in an application.testCases
(Consumer<TestCaseSummary.Builder>... testCases) The test cases in an application.testCases
(TestCaseSummary... testCases) The test cases in an application.Methods inherited from interface software.amazon.awssdk.services.apptest.model.AppTestResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
testCases
The test cases in an application.
- Parameters:
testCases
- The test cases in an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCases
The test cases in an application.
- Parameters:
testCases
- The test cases in an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCases
The test cases in an application.
This is a convenience method that creates an instance of theTestCaseSummary.Builder
avoiding the need to create one manually viaTestCaseSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totestCases(List<TestCaseSummary>)
.- Parameters:
testCases
- a consumer that will call methods onTestCaseSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The next token in test cases.
- Parameters:
nextToken
- The next token in test cases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-