Class IndicatorAttribute.Builder
- java.lang.Object
- 
- com.oracle.bmc.threatintelligence.model.IndicatorAttribute.Builder
 
- 
- Enclosing class:
- IndicatorAttribute
 
 public static class IndicatorAttribute.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IndicatorAttribute.Builderattribution(List<DataAttribution> attribution)The array of attribution data that support this attribute.IndicatorAttributebuild()IndicatorAttribute.Buildercopy(IndicatorAttribute model)IndicatorAttribute.Buildername(String name)The name of the attribute.IndicatorAttribute.Buildervalue(String value)The value of the attribute.
 
- 
- 
- 
Method Detail- 
namepublic IndicatorAttribute.Builder name(String name) The name of the attribute.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
valuepublic IndicatorAttribute.Builder value(String value) The value of the attribute.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
attributionpublic IndicatorAttribute.Builder attribution(List<DataAttribution> attribution) The array of attribution data that support this attribute.- Parameters:
- attribution- the value to set
- Returns:
- this builder
 
 - 
buildpublic IndicatorAttribute build() 
 - 
copypublic IndicatorAttribute.Builder copy(IndicatorAttribute model) 
 
- 
 
-