Interface DescribeCodeCoveragesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeBuildRequest.Builder,CopyableBuilder<DescribeCodeCoveragesRequest.Builder,,DescribeCodeCoveragesRequest> SdkBuilder<DescribeCodeCoveragesRequest.Builder,,DescribeCodeCoveragesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeCodeCoveragesRequest
-
Method Summary
Modifier and TypeMethodDescriptionmaxLineCoveragePercentage(Double maxLineCoveragePercentage) The maximum line coverage percentage to report.maxResults(Integer maxResults) The maximum number of results to return.minLineCoveragePercentage(Double minLineCoveragePercentage) The minimum line coverage percentage to report.ThenextTokenvalue returned from a previous call toDescribeCodeCoverages.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ARN of the report for which test cases are returned.Specifies how the results are sorted.sortBy(ReportCodeCoverageSortByType sortBy) Specifies how the results are sorted.Specifies if the results are sorted in ascending or descending order.sortOrder(SortOrderType sortOrder) Specifies if the results are sorted in ascending or descending order.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildRequest.Builder
buildMethods 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, sdkFields
-
Method Details
-
reportArn
The ARN of the report for which test cases are returned.
- Parameters:
reportArn- The ARN of the report for which test cases are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The
nextTokenvalue returned from a previous call toDescribeCodeCoverages. This specifies the next item to return. To return the beginning of the list, exclude this parameter.- Parameters:
nextToken- ThenextTokenvalue returned from a previous call toDescribeCodeCoverages. This specifies the next item to return. To return the beginning of the list, exclude this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
Specifies if the results are sorted in ascending or descending order.
- Parameters:
sortOrder- Specifies if the results are sorted in ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Specifies if the results are sorted in ascending or descending order.
- Parameters:
sortOrder- Specifies if the results are sorted in ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Specifies how the results are sorted. Possible values are:
- FILE_PATH
-
The results are sorted by file path.
- LINE_COVERAGE_PERCENTAGE
-
The results are sorted by the percentage of lines that are covered.
- Parameters:
sortBy- Specifies how the results are sorted. Possible values are:- FILE_PATH
-
The results are sorted by file path.
- LINE_COVERAGE_PERCENTAGE
-
The results are sorted by the percentage of lines that are covered.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Specifies how the results are sorted. Possible values are:
- FILE_PATH
-
The results are sorted by file path.
- LINE_COVERAGE_PERCENTAGE
-
The results are sorted by the percentage of lines that are covered.
- Parameters:
sortBy- Specifies how the results are sorted. Possible values are:- FILE_PATH
-
The results are sorted by file path.
- LINE_COVERAGE_PERCENTAGE
-
The results are sorted by the percentage of lines that are covered.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
minLineCoveragePercentage
The minimum line coverage percentage to report.
- Parameters:
minLineCoveragePercentage- The minimum line coverage percentage to report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxLineCoveragePercentage
The maximum line coverage percentage to report.
- Parameters:
maxLineCoveragePercentage- The maximum line coverage percentage to report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeCodeCoveragesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeCodeCoveragesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-