#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeCodeCoveragesInput
Implementations
The ARN of the report for which test cases are returned.
The ARN of the report for which test cases are returned.
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.
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.
The maximum number of results to return.
The maximum number of results to return.
Specifies if the results are sorted in ascending or descending order.
Specifies if the results are sorted in ascending or descending order.
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.
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.
The minimum line coverage percentage to report.
The minimum line coverage percentage to report.
The maximum line coverage percentage to report.
The maximum line coverage percentage to report.
Consumes the builder and constructs a DescribeCodeCoveragesInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more