Package com.oracle.bmc.jms.model
Class PluginErrorAggregationSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.model.PluginErrorAggregationSummary.Builder
-
- Enclosing class:
- PluginErrorAggregationSummary
public static class PluginErrorAggregationSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginErrorAggregationSummary
build()
PluginErrorAggregationSummary.Builder
copy(PluginErrorAggregationSummary model)
PluginErrorAggregationSummary.Builder
healthyPluginCount(Integer healthyPluginCount)
Count of plugins with no problems.PluginErrorAggregationSummary.Builder
pluginErrorAggregations(List<PluginErrorAggregation> pluginErrorAggregations)
List of plugin aggregation errors.
-
-
-
Method Detail
-
healthyPluginCount
public PluginErrorAggregationSummary.Builder healthyPluginCount(Integer healthyPluginCount)
Count of plugins with no problems.- Parameters:
healthyPluginCount
- the value to set- Returns:
- this builder
-
pluginErrorAggregations
public PluginErrorAggregationSummary.Builder pluginErrorAggregations(List<PluginErrorAggregation> pluginErrorAggregations)
List of plugin aggregation errors.- Parameters:
pluginErrorAggregations
- the value to set- Returns:
- this builder
-
build
public PluginErrorAggregationSummary build()
-
copy
public PluginErrorAggregationSummary.Builder copy(PluginErrorAggregationSummary model)
-
-