Package com.oracle.bmc.jms.model
Class FleetErrorAggregation.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.model.FleetErrorAggregation.Builder
-
- Enclosing class:
- FleetErrorAggregation
public static class FleetErrorAggregation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
reason
public FleetErrorAggregation.Builder reason(FleetErrorReason reason)
Enum that uniquely identifies the fleet error.- Parameters:
reason
- the value to set- Returns:
- this builder
-
count
public FleetErrorAggregation.Builder count(Integer count)
Number of FleetErrors encountered for the specific reason.- Parameters:
count
- the value to set- Returns:
- this builder
-
build
public FleetErrorAggregation build()
-
copy
public FleetErrorAggregation.Builder copy(FleetErrorAggregation model)
-
-