Class FunctionLibrarySummary.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.FunctionLibrarySummary.Builder
-
- Enclosing class:
- FunctionLibrarySummary
public static class FunctionLibrarySummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionLibrarySummary
build()
FunctionLibrarySummary.Builder
categoryName(String categoryName)
The category name.FunctionLibrarySummary.Builder
copy(FunctionLibrarySummary model)
FunctionLibrarySummary.Builder
description(String description)
A user defined description for the Function Library.FunctionLibrarySummary.Builder
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.FunctionLibrarySummary.Builder
key(String key)
Generated key that can be used in API calls to identify FunctionLibrary.FunctionLibrarySummary.Builder
keyMap(Map<String,String> keyMap)
A key map.FunctionLibrarySummary.Builder
metadata(ObjectMetadata metadata)
FunctionLibrarySummary.Builder
modelType(FunctionLibrarySummary.ModelType modelType)
The type of the object.FunctionLibrarySummary.Builder
modelVersion(String modelVersion)
The model version of an object.FunctionLibrarySummary.Builder
name(String name)
Free form text without any restriction on permitted characters.FunctionLibrarySummary.Builder
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.FunctionLibrarySummary.Builder
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.FunctionLibrarySummary.Builder
parentRef(ParentReference parentRef)
-
-
-
Method Detail
-
key
public FunctionLibrarySummary.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
-
modelType
public FunctionLibrarySummary.Builder modelType(FunctionLibrarySummary.ModelType modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public FunctionLibrarySummary.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
name
public FunctionLibrarySummary.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
-
description
public FunctionLibrarySummary.Builder description(String description)
A user defined description for the Function Library.- Parameters:
description
- the value to set- Returns:
- this builder
-
categoryName
public FunctionLibrarySummary.Builder categoryName(String categoryName)
The category name.- Parameters:
categoryName
- the value to set- Returns:
- this builder
-
objectStatus
public FunctionLibrarySummary.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
-
identifier
public FunctionLibrarySummary.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
-
parentRef
public FunctionLibrarySummary.Builder parentRef(ParentReference parentRef)
-
objectVersion
public FunctionLibrarySummary.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
-
metadata
public FunctionLibrarySummary.Builder metadata(ObjectMetadata metadata)
-
keyMap
public FunctionLibrarySummary.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
-
build
public FunctionLibrarySummary build()
-
copy
public FunctionLibrarySummary.Builder copy(FunctionLibrarySummary model)
-
-