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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FleetErrorAggregationbuild()FleetErrorAggregation.Buildercopy(FleetErrorAggregation model)FleetErrorAggregation.Buildercount(Integer count)Number of FleetErrors encountered for the specific reason.FleetErrorAggregation.Builderreason(FleetErrorReason reason)Enum that uniquely identifies the fleet error.
 
- 
- 
- 
Method Detail- 
reasonpublic FleetErrorAggregation.Builder reason(FleetErrorReason reason) Enum that uniquely identifies the fleet error.- Parameters:
- reason- the value to set
- Returns:
- this builder
 
 - 
countpublic FleetErrorAggregation.Builder count(Integer count) Number of FleetErrors encountered for the specific reason.- Parameters:
- count- the value to set
- Returns:
- this builder
 
 - 
buildpublic FleetErrorAggregation build() 
 - 
copypublic FleetErrorAggregation.Builder copy(FleetErrorAggregation model) 
 
- 
 
-