public static interface DescribeCodeCoveragesRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<DescribeCodeCoveragesRequest.Builder,DescribeCodeCoveragesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeCodeCoveragesRequest.Builder |
maxLineCoveragePercentage(Double maxLineCoveragePercentage)
The maximum line coverage percentage to report.
|
DescribeCodeCoveragesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
DescribeCodeCoveragesRequest.Builder |
minLineCoveragePercentage(Double minLineCoveragePercentage)
The minimum line coverage percentage to report.
|
DescribeCodeCoveragesRequest.Builder |
nextToken(String nextToken)
The
nextToken value returned from a previous call to DescribeCodeCoverages. |
DescribeCodeCoveragesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeCodeCoveragesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeCodeCoveragesRequest.Builder |
reportArn(String reportArn)
The ARN of the report for which test cases are returned.
|
DescribeCodeCoveragesRequest.Builder |
sortBy(ReportCodeCoverageSortByType sortBy)
Specifies how the results are sorted.
|
DescribeCodeCoveragesRequest.Builder |
sortBy(String sortBy)
Specifies how the results are sorted.
|
DescribeCodeCoveragesRequest.Builder |
sortOrder(SortOrderType sortOrder)
Specifies if the results are sorted in ascending or descending order.
|
DescribeCodeCoveragesRequest.Builder |
sortOrder(String sortOrder)
Specifies if the results are sorted in ascending or descending order.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCodeCoveragesRequest.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.DescribeCodeCoveragesRequest.Builder nextToken(String nextToken)
The nextToken value returned from a previous call to DescribeCodeCoverages. This
specifies the next item to return. To return the beginning of the list, exclude this parameter.
nextToken - The nextToken value returned from a previous call to DescribeCodeCoverages.
This specifies the next item to return. To return the beginning of the list, exclude this parameter.DescribeCodeCoveragesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.DescribeCodeCoveragesRequest.Builder sortOrder(String sortOrder)
Specifies if the results are sorted in ascending or descending order.
sortOrder - Specifies if the results are sorted in ascending or descending order.SortOrderType,
SortOrderTypeDescribeCodeCoveragesRequest.Builder sortOrder(SortOrderType sortOrder)
Specifies if the results are sorted in ascending or descending order.
sortOrder - Specifies if the results are sorted in ascending or descending order.SortOrderType,
SortOrderTypeDescribeCodeCoveragesRequest.Builder sortBy(String sortBy)
Specifies how the results are sorted. Possible values are:
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
sortBy - Specifies how the results are sorted. Possible values are:
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
ReportCodeCoverageSortByType,
ReportCodeCoverageSortByTypeDescribeCodeCoveragesRequest.Builder sortBy(ReportCodeCoverageSortByType sortBy)
Specifies how the results are sorted. Possible values are:
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
sortBy - Specifies how the results are sorted. Possible values are:
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
ReportCodeCoverageSortByType,
ReportCodeCoverageSortByTypeDescribeCodeCoveragesRequest.Builder minLineCoveragePercentage(Double minLineCoveragePercentage)
The minimum line coverage percentage to report.
minLineCoveragePercentage - The minimum line coverage percentage to report.DescribeCodeCoveragesRequest.Builder maxLineCoveragePercentage(Double maxLineCoveragePercentage)
The maximum line coverage percentage to report.
maxLineCoveragePercentage - The maximum line coverage percentage to report.DescribeCodeCoveragesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeCodeCoveragesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.