public static interface DescribeTestCasesRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<DescribeTestCasesRequest.Builder,DescribeTestCasesRequest>
| Modifier and Type | Method and Description |
|---|---|
default DescribeTestCasesRequest.Builder |
filter(Consumer<TestCaseFilter.Builder> filter)
A
TestCaseFilter object used to filter the returned reports. |
DescribeTestCasesRequest.Builder |
filter(TestCaseFilter filter)
A
TestCaseFilter object used to filter the returned reports. |
DescribeTestCasesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of paginated test cases returned per response.
|
DescribeTestCasesRequest.Builder |
nextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. |
DescribeTestCasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTestCasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeTestCasesRequest.Builder |
reportArn(String reportArn)
The ARN of the report for which test cases are returned.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTestCasesRequest.Builder reportArn(String reportArn)
The ARN of the report for which test cases are returned.
reportArn - The ARN of the report for which test cases are returned.DescribeTestCasesRequest.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.DescribeTestCasesRequest.Builder maxResults(Integer maxResults)
The maximum number of paginated test cases returned per response. Use nextToken to iterate pages
in the list of returned TestCase objects. The default value is 100.
maxResults - The maximum number of paginated test cases returned per response. Use nextToken to
iterate pages in the list of returned TestCase objects. The default value is 100.DescribeTestCasesRequest.Builder filter(TestCaseFilter filter)
A TestCaseFilter object used to filter the returned reports.
filter - A TestCaseFilter object used to filter the returned reports.default DescribeTestCasesRequest.Builder filter(Consumer<TestCaseFilter.Builder> filter)
A TestCaseFilter object used to filter the returned reports.
TestCaseFilter.Builder avoiding the need
to create one manually via TestCaseFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filter(TestCaseFilter).
filter - a consumer that will call methods on TestCaseFilter.Builderfilter(TestCaseFilter)DescribeTestCasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTestCasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.