Class IndicatorCountDimensions.Builder
- java.lang.Object
- 
- com.oracle.bmc.threatintelligence.model.IndicatorCountDimensions.Builder
 
- 
- Enclosing class:
- IndicatorCountDimensions
 
 public static class IndicatorCountDimensions.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll 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- 
compartmentIdpublic IndicatorCountDimensions.Builder compartmentId(String compartmentId) The compartment OCID that contains the indicator type.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
typepublic IndicatorCountDimensions.Builder type(IndicatorType type) The indicator type that was counted.- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
buildpublic IndicatorCountDimensions build() 
 - 
copypublic IndicatorCountDimensions.Builder copy(IndicatorCountDimensions model) 
 
- 
 
-