Class ConfigDefinition.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.ConfigDefinition.Builder
 
- 
- Enclosing class:
- ConfigDefinition
 
 public static class ConfigDefinition.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigDefinitionbuild()ConfigDefinition.BuilderconfigParameterDefinitions(Map<String,ConfigParameterDefinition> configParameterDefinitions)The parameter configuration details.ConfigDefinition.Buildercopy(ConfigDefinition model)ConfigDefinition.BuilderisContained(Boolean isContained)Specifies whether the configuration is contained or not.ConfigDefinition.Builderkey(String key)The key of the object.ConfigDefinition.BuildermodelType(String modelType)The type of the object.ConfigDefinition.BuildermodelVersion(String modelVersion)The model version of an object.ConfigDefinition.Buildername(String name)Free form text without any restriction on permitted characters.ConfigDefinition.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.ConfigDefinition.BuilderparentRef(ParentReference parentRef)
 
- 
- 
- 
Method Detail- 
keypublic ConfigDefinition.Builder key(String key) The key of the object.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic ConfigDefinition.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic ConfigDefinition.Builder modelVersion(String modelVersion) The model version of an object.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic ConfigDefinition.Builder parentRef(ParentReference parentRef) 
 - 
namepublic ConfigDefinition.Builder name(String name) Free form text without any restriction on permitted characters.Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
isContainedpublic ConfigDefinition.Builder isContained(Boolean isContained) Specifies whether the configuration is contained or not.- Parameters:
- isContained- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic ConfigDefinition.Builder objectStatus(Integer objectStatus) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Parameters:
- objectStatus- the value to set
- Returns:
- this builder
 
 - 
configParameterDefinitionspublic ConfigDefinition.Builder configParameterDefinitions(Map<String,ConfigParameterDefinition> configParameterDefinitions) The parameter configuration details.- Parameters:
- configParameterDefinitions- the value to set
- Returns:
- this builder
 
 - 
buildpublic ConfigDefinition build() 
 - 
copypublic ConfigDefinition.Builder copy(ConfigDefinition model) 
 
- 
 
-