public static interface DescribeTestCasesResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<DescribeTestCasesResponse.Builder,DescribeTestCasesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTestCasesResponse.Builder |
nextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. |
DescribeTestCasesResponse.Builder |
testCases(Collection<TestCase> testCases)
The returned list of test cases.
|
DescribeTestCasesResponse.Builder |
testCases(Consumer<TestCase.Builder>... testCases)
The returned list of test cases.
|
DescribeTestCasesResponse.Builder |
testCases(TestCase... testCases)
The returned list of test cases.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTestCasesResponse.Builder nextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. If there more items in the list, then a unique string called a nextToken is
returned. To get the next batch of items in the list, call this operation again, adding the next token to the
call. To get all of the items in the list, keep calling this operation with each subsequent next token that
is returned, until no more next tokens are returned.
nextToken - During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. If there more items in the list, then a unique string called a
nextToken is returned. To get the next batch of items in the list, call this operation again,
adding the next token to the call. To get all of the items in the list, keep calling this operation
with each subsequent next token that is returned, until no more next tokens are returned.DescribeTestCasesResponse.Builder testCases(Collection<TestCase> testCases)
The returned list of test cases.
testCases - The returned list of test cases.DescribeTestCasesResponse.Builder testCases(TestCase... testCases)
The returned list of test cases.
testCases - The returned list of test cases.DescribeTestCasesResponse.Builder testCases(Consumer<TestCase.Builder>... testCases)
The returned list of test cases.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #testCases(List) .testCases - a consumer that will call methods on List.Builder #testCases(List) Copyright © 2021. All rights reserved.