Class Variable.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.Variable.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Variablebuild()Variable.BuilderconfigValues(ConfigValues configValues)Variable.Buildercopy(Variable model)Variable.BuilderdefaultValue(Object defaultValue)A default value for the vairable.Variable.Builderdescription(String description)Detailed description for the object.Variable.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.Variable.Builderkey(String key)Generated key that can be used in API calls to identify variable.Variable.BuildermodelType(String modelType)The type of the object.Variable.BuildermodelVersion(String modelVersion)This is a version number that is used by the service to upgrade objects if needed through releases of the service.Variable.Buildername(String name)Free form text without any restriction on permitted characters.Variable.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.Variable.BuilderobjectVersion(Integer objectVersion)This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.Variable.BuilderparentRef(ParentReference parentRef)Variable.BuilderrootObjectDefaultValue(RootObject rootObjectDefaultValue)Variable.Buildertype(BaseType type)
 
- 
- 
- 
Method Detail- 
keypublic Variable.Builder key(String key) Generated key that can be used in API calls to identify variable.On scenarios where reference to the variable is needed, a value can be passed in create. - Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic Variable.Builder modelVersion(String modelVersion) This is a version number that is used by the service to upgrade objects if needed through releases of the service.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic Variable.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic Variable.Builder parentRef(ParentReference parentRef) 
 - 
namepublic Variable.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
 
 - 
descriptionpublic Variable.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic Variable.Builder objectVersion(Integer objectVersion) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.- Parameters:
- objectVersion- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic Variable.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
 
 - 
identifierpublic Variable.Builder identifier(String identifier) Value can only contain upper case letters, underscore, and numbers.It should begin with upper case letter or underscore. The value can be modified. - Parameters:
- identifier- the value to set
- Returns:
- this builder
 
 - 
typepublic Variable.Builder type(BaseType type) 
 - 
configValuespublic Variable.Builder configValues(ConfigValues configValues) 
 - 
defaultValuepublic Variable.Builder defaultValue(Object defaultValue) A default value for the vairable.- Parameters:
- defaultValue- the value to set
- Returns:
- this builder
 
 - 
rootObjectDefaultValuepublic Variable.Builder rootObjectDefaultValue(RootObject rootObjectDefaultValue) 
 - 
buildpublic Variable build() 
 - 
copypublic Variable.Builder copy(Variable model) 
 
- 
 
-