Class IndicatorAttribute.Builder
- java.lang.Object
-
- com.oracle.bmc.threatintelligence.model.IndicatorAttribute.Builder
-
- Enclosing class:
- IndicatorAttribute
public static class IndicatorAttribute.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndicatorAttribute.Builder
attribution(List<DataAttribution> attribution)
The array of attribution data that support this attribute.IndicatorAttribute
build()
IndicatorAttribute.Builder
copy(IndicatorAttribute model)
IndicatorAttribute.Builder
name(String name)
The name of the attribute.IndicatorAttribute.Builder
value(String value)
The value of the attribute.
-
-
-
Method Detail
-
name
public IndicatorAttribute.Builder name(String name)
The name of the attribute.- Parameters:
name
- the value to set- Returns:
- this builder
-
value
public IndicatorAttribute.Builder value(String value)
The value of the attribute.- Parameters:
value
- the value to set- Returns:
- this builder
-
attribution
public IndicatorAttribute.Builder attribution(List<DataAttribution> attribution)
The array of attribution data that support this attribute.- Parameters:
attribution
- the value to set- Returns:
- this builder
-
build
public IndicatorAttribute build()
-
copy
public IndicatorAttribute.Builder copy(IndicatorAttribute model)
-
-