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 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 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.

      Parameters:
      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.
      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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.