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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginErrorAggregationSummarybuild()PluginErrorAggregationSummary.Buildercopy(PluginErrorAggregationSummary model)PluginErrorAggregationSummary.BuilderhealthyPluginCount(Integer healthyPluginCount)Count of plugins with no problems.PluginErrorAggregationSummary.BuilderpluginErrorAggregations(List<PluginErrorAggregation> pluginErrorAggregations)List of plugin aggregation errors.
 
- 
- 
- 
Method Detail- 
healthyPluginCountpublic PluginErrorAggregationSummary.Builder healthyPluginCount(Integer healthyPluginCount) Count of plugins with no problems.- Parameters:
- healthyPluginCount- the value to set
- Returns:
- this builder
 
 - 
pluginErrorAggregationspublic PluginErrorAggregationSummary.Builder pluginErrorAggregations(List<PluginErrorAggregation> pluginErrorAggregations) List of plugin aggregation errors.- Parameters:
- pluginErrorAggregations- the value to set
- Returns:
- this builder
 
 - 
buildpublic PluginErrorAggregationSummary build() 
 - 
copypublic PluginErrorAggregationSummary.Builder copy(PluginErrorAggregationSummary model) 
 
- 
 
-