Package com.oracle.bmc.cloudguard.model
Class ConfigValue.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.ConfigValue.Builder
-
- Enclosing class:
- ConfigValue
public static class ConfigValue.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigValue
build()
ConfigValue.Builder
copy(ConfigValue model)
ConfigValue.Builder
listType(ConfigurationListItemType listType)
Configuration list item type (CUSTOM or MANAGED)ConfigValue.Builder
managedListType(String managedListType)
Type of content in the managed listConfigValue.Builder
value(String value)
Configuration value
-
-
-
Method Detail
-
listType
public ConfigValue.Builder listType(ConfigurationListItemType listType)
Configuration list item type (CUSTOM or MANAGED)- Parameters:
listType
- the value to set- Returns:
- this builder
-
managedListType
public ConfigValue.Builder managedListType(String managedListType)
Type of content in the managed list- Parameters:
managedListType
- the value to set- Returns:
- this builder
-
value
public ConfigValue.Builder value(String value)
Configuration value- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public ConfigValue build()
-
copy
public ConfigValue.Builder copy(ConfigValue model)
-
-