public static class FleetErrorAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FleetErrorAggregation |
build() |
FleetErrorAggregation.Builder |
copy(FleetErrorAggregation model) |
FleetErrorAggregation.Builder |
count(Integer count)
Number of FleetErrors encountered for the specific reason.
|
FleetErrorAggregation.Builder |
reason(FleetErrorReason reason)
Enum that uniquely identifies the fleet error.
|
public FleetErrorAggregation.Builder reason(FleetErrorReason reason)
Enum that uniquely identifies the fleet error.
reason
- the value to setpublic FleetErrorAggregation.Builder count(Integer count)
Number of FleetErrors encountered for the specific reason.
count
- the value to setpublic FleetErrorAggregation build()
public FleetErrorAggregation.Builder copy(FleetErrorAggregation model)
Copyright © 2016–2025. All rights reserved.