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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigValuebuild()ConfigValue.Buildercopy(ConfigValue model)ConfigValue.BuilderlistType(ConfigurationListItemType listType)Configuration list item type (CUSTOM or MANAGED)ConfigValue.BuildermanagedListType(String managedListType)Type of content in the managed listConfigValue.Buildervalue(String value)Configuration value
 
- 
- 
- 
Method Detail- 
listTypepublic ConfigValue.Builder listType(ConfigurationListItemType listType) Configuration list item type (CUSTOM or MANAGED)- Parameters:
- listType- the value to set
- Returns:
- this builder
 
 - 
managedListTypepublic ConfigValue.Builder managedListType(String managedListType) Type of content in the managed list- Parameters:
- managedListType- the value to set
- Returns:
- this builder
 
 - 
valuepublic ConfigValue.Builder value(String value) Configuration value- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic ConfigValue build() 
 - 
copypublic ConfigValue.Builder copy(ConfigValue model) 
 
- 
 
-