public static interface Counters.Builder extends CopyableBuilder<Counters.Builder,Counters>
| Modifier and Type | Method and Description |
|---|---|
Counters.Builder |
errored(Integer errored)
The number of errored entities.
|
Counters.Builder |
failed(Integer failed)
The number of failed entities.
|
Counters.Builder |
passed(Integer passed)
The number of passed entities.
|
Counters.Builder |
skipped(Integer skipped)
The number of skipped entities.
|
Counters.Builder |
stopped(Integer stopped)
The number of stopped entities.
|
Counters.Builder |
total(Integer total)
The total number of entities.
|
Counters.Builder |
warned(Integer warned)
The number of warned entities.
|
copyapply, buildCounters.Builder total(Integer total)
The total number of entities.
total - The total number of entities.Counters.Builder passed(Integer passed)
The number of passed entities.
passed - The number of passed entities.Counters.Builder failed(Integer failed)
The number of failed entities.
failed - The number of failed entities.Counters.Builder warned(Integer warned)
The number of warned entities.
warned - The number of warned entities.Counters.Builder errored(Integer errored)
The number of errored entities.
errored - The number of errored entities.Counters.Builder stopped(Integer stopped)
The number of stopped entities.
stopped - The number of stopped entities.Counters.Builder skipped(Integer skipped)
The number of skipped entities.
skipped - The number of skipped entities.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.