Interface DescribeCodeCoveragesRequest.Builder

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

        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.