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