Uses of Class
com.oracle.bmc.threatintelligence.model.IndicatorAttribute.Builder
-
Packages that use IndicatorAttribute.Builder Package Description com.oracle.bmc.threatintelligence.model -
-
Uses of IndicatorAttribute.Builder in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return IndicatorAttribute.Builder Modifier and Type Method Description IndicatorAttribute.Builder
IndicatorAttribute.Builder. attribution(List<DataAttribution> attribution)
The array of attribution data that support this attribute.static IndicatorAttribute.Builder
IndicatorAttribute. builder()
Create a new builder.IndicatorAttribute.Builder
IndicatorAttribute.Builder. copy(IndicatorAttribute model)
IndicatorAttribute.Builder
IndicatorAttribute.Builder. name(String name)
The name of the attribute.IndicatorAttribute.Builder
IndicatorAttribute. toBuilder()
IndicatorAttribute.Builder
IndicatorAttribute.Builder. value(String value)
The value of the attribute.
-