Class ConfigDefinition.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.ConfigDefinition.Builder
-
- Enclosing class:
- ConfigDefinition
public static class ConfigDefinition.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigDefinition
build()
ConfigDefinition.Builder
configParameterDefinitions(Map<String,ConfigParameterDefinition> configParameterDefinitions)
The parameter configuration details.ConfigDefinition.Builder
copy(ConfigDefinition model)
ConfigDefinition.Builder
isContained(Boolean isContained)
Specifies whether the configuration is contained or not.ConfigDefinition.Builder
key(String key)
The key of the object.ConfigDefinition.Builder
modelType(String modelType)
The type of the object.ConfigDefinition.Builder
modelVersion(String modelVersion)
The model version of an object.ConfigDefinition.Builder
name(String name)
Free form text without any restriction on permitted characters.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.ConfigDefinition.Builder
parentRef(ParentReference parentRef)
-
-
-
Method Detail
-
key
public ConfigDefinition.Builder key(String key)
The key of the object.- Parameters:
key
- the value to set- Returns:
- this builder
-
modelType
public ConfigDefinition.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public ConfigDefinition.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public ConfigDefinition.Builder parentRef(ParentReference parentRef)
-
name
public 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
-
isContained
public ConfigDefinition.Builder isContained(Boolean isContained)
Specifies whether the configuration is contained or not.- Parameters:
isContained
- the value to set- Returns:
- this builder
-
objectStatus
public 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
-
configParameterDefinitions
public ConfigDefinition.Builder configParameterDefinitions(Map<String,ConfigParameterDefinition> configParameterDefinitions)
The parameter configuration details.- Parameters:
configParameterDefinitions
- the value to set- Returns:
- this builder
-
build
public ConfigDefinition build()
-
copy
public ConfigDefinition.Builder copy(ConfigDefinition model)
-
-