Class IndicatorCountDimensions.Builder
- java.lang.Object
 - 
- com.oracle.bmc.threatintelligence.model.IndicatorCountDimensions.Builder
 
 
- 
- Enclosing class:
 - IndicatorCountDimensions
 
public static class IndicatorCountDimensions.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndicatorCountDimensionsbuild()IndicatorCountDimensions.BuildercompartmentId(String compartmentId)The compartment OCID that contains the indicator type.IndicatorCountDimensions.Buildercopy(IndicatorCountDimensions model)IndicatorCountDimensions.Buildertype(IndicatorType type)The indicator type that was counted. 
 - 
 
- 
- 
Method Detail
- 
compartmentId
public IndicatorCountDimensions.Builder compartmentId(String compartmentId)
The compartment OCID that contains the indicator type.- Parameters:
 compartmentId- the value to set- Returns:
 - this builder
 
 
- 
type
public IndicatorCountDimensions.Builder type(IndicatorType type)
The indicator type that was counted.- Parameters:
 type- the value to set- Returns:
 - this builder
 
 
- 
build
public IndicatorCountDimensions build()
 
- 
copy
public IndicatorCountDimensions.Builder copy(IndicatorCountDimensions model)
 
 - 
 
 -