Class FunctionLibrary.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.FunctionLibrary.Builder
 
- 
- Enclosing class:
- FunctionLibrary
 
 public static class FunctionLibrary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionLibrarybuild()FunctionLibrary.BuildercategoryName(String categoryName)The category name.FunctionLibrary.Buildercopy(FunctionLibrary model)FunctionLibrary.Builderdescription(String description)A user defined description for the Function Library.FunctionLibrary.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.FunctionLibrary.Builderkey(String key)Generated key that can be used in API calls to identify FunctionLibrary.FunctionLibrary.BuilderkeyMap(Map<String,String> keyMap)A key map.FunctionLibrary.Buildermetadata(ObjectMetadata metadata)FunctionLibrary.BuildermodelType(FunctionLibrary.ModelType modelType)The type of the object.FunctionLibrary.BuildermodelVersion(String modelVersion)The model version of an object.FunctionLibrary.Buildername(String name)Free form text without any restriction on permitted characters.FunctionLibrary.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.FunctionLibrary.BuilderobjectVersion(Integer objectVersion)The version of the object that is used to track changes in the object instance.FunctionLibrary.BuilderparentRef(ParentReference parentRef)
 
- 
- 
- 
Method Detail- 
keypublic FunctionLibrary.Builder key(String key) Generated key that can be used in API calls to identify FunctionLibrary.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic FunctionLibrary.Builder modelType(FunctionLibrary.ModelType modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic FunctionLibrary.Builder modelVersion(String modelVersion) The model version of an object.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
namepublic FunctionLibrary.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 FunctionLibrary.Builder description(String description) A user defined description for the Function Library.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
categoryNamepublic FunctionLibrary.Builder categoryName(String categoryName) The category name.- Parameters:
- categoryName- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic FunctionLibrary.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 FunctionLibrary.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
 
 - 
parentRefpublic FunctionLibrary.Builder parentRef(ParentReference parentRef) 
 - 
objectVersionpublic FunctionLibrary.Builder objectVersion(Integer objectVersion) The version of the object that is used to track changes in the object instance.- Parameters:
- objectVersion- the value to set
- Returns:
- this builder
 
 - 
metadatapublic FunctionLibrary.Builder metadata(ObjectMetadata metadata) 
 - 
keyMappublic FunctionLibrary.Builder keyMap(Map<String,String> keyMap) A key map.If provided, the key is replaced with generated key. This structure provides mapping between user provided key and generated key. - Parameters:
- keyMap- the value to set
- Returns:
- this builder
 
 - 
buildpublic FunctionLibrary build() 
 - 
copypublic FunctionLibrary.Builder copy(FunctionLibrary model) 
 
- 
 
-