Interface DescribeCodeCoveragesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeBuildRequest.Builder,CopyableBuilder<DescribeCodeCoveragesRequest.Builder,DescribeCodeCoveragesRequest>,SdkBuilder<DescribeCodeCoveragesRequest.Builder,DescribeCodeCoveragesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeCodeCoveragesRequest
public static interface DescribeCodeCoveragesRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<DescribeCodeCoveragesRequest.Builder,DescribeCodeCoveragesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCodeCoveragesRequest.BuildermaxLineCoveragePercentage(Double maxLineCoveragePercentage)The maximum line coverage percentage to report.DescribeCodeCoveragesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.DescribeCodeCoveragesRequest.BuilderminLineCoveragePercentage(Double minLineCoveragePercentage)The minimum line coverage percentage to report.DescribeCodeCoveragesRequest.BuildernextToken(String nextToken)ThenextTokenvalue returned from a previous call toDescribeCodeCoverages.DescribeCodeCoveragesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeCodeCoveragesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeCodeCoveragesRequest.BuilderreportArn(String reportArn)The ARN of the report for which test cases are returned.DescribeCodeCoveragesRequest.BuildersortBy(String sortBy)Specifies how the results are sorted.DescribeCodeCoveragesRequest.BuildersortBy(ReportCodeCoverageSortByType sortBy)Specifies how the results are sorted.DescribeCodeCoveragesRequest.BuildersortOrder(String sortOrder)Specifies if the results are sorted in ascending or descending order.DescribeCodeCoveragesRequest.BuildersortOrder(SortOrderType sortOrder)Specifies if the results are sorted in ascending or descending order.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
reportArn
DescribeCodeCoveragesRequest.Builder reportArn(String 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
DescribeCodeCoveragesRequest.Builder nextToken(String 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
DescribeCodeCoveragesRequest.Builder maxResults(Integer 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
DescribeCodeCoveragesRequest.Builder sortOrder(String 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:
SortOrderType,SortOrderType
-
sortOrder
DescribeCodeCoveragesRequest.Builder sortOrder(SortOrderType 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:
SortOrderType,SortOrderType
-
sortBy
DescribeCodeCoveragesRequest.Builder sortBy(String 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:
ReportCodeCoverageSortByType,ReportCodeCoverageSortByType
-
sortBy
DescribeCodeCoveragesRequest.Builder sortBy(ReportCodeCoverageSortByType 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:
ReportCodeCoverageSortByType,ReportCodeCoverageSortByType
-
minLineCoveragePercentage
DescribeCodeCoveragesRequest.Builder minLineCoveragePercentage(Double 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
DescribeCodeCoveragesRequest.Builder maxLineCoveragePercentage(Double 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeCodeCoveragesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-