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