Interface ListTestCaseExecutionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListTestCaseExecutionsResponse.Builder,,ListTestCaseExecutionsResponse> SdkBuilder<ListTestCaseExecutionsResponse.Builder,,ListTestCaseExecutionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListTestCaseExecutionsResponse
@Mutable
@NotThreadSafe
public static interface ListTestCaseExecutionsResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListTestCaseExecutionsResponse.Builder,ListTestCaseExecutionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf there are additional results, this is the token for the next set of results.testCaseExecutions(Collection<TestCaseExecution> testCaseExecutions) An array of test case execution summary objects.testCaseExecutions(Consumer<TestCaseExecution.Builder>... testCaseExecutions) An array of test case execution summary objects.testCaseExecutions(TestCaseExecution... testCaseExecutions) An array of test case execution summary objects.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
testCaseExecutions
ListTestCaseExecutionsResponse.Builder testCaseExecutions(Collection<TestCaseExecution> testCaseExecutions) An array of test case execution summary objects.
- Parameters:
testCaseExecutions- An array of test case execution summary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseExecutions
An array of test case execution summary objects.
- Parameters:
testCaseExecutions- An array of test case execution summary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseExecutions
ListTestCaseExecutionsResponse.Builder testCaseExecutions(Consumer<TestCaseExecution.Builder>... testCaseExecutions) An array of test case execution summary objects.
This is a convenience method that creates an instance of theTestCaseExecution.Builderavoiding the need to create one manually viaTestCaseExecution.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totestCaseExecutions(List<TestCaseExecution>).- Parameters:
testCaseExecutions- a consumer that will call methods onTestCaseExecution.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If there are additional results, this is the token for the next set of results.
- Parameters:
nextToken- If there are additional results, this is the token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-