Class FunctionSignature.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.FunctionSignature.Builder
-
- Enclosing class:
- FunctionSignature
public static class FunctionSignature.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionSignature.Builder
arguments(List<TypedObject> arguments)
An array of function arguments.FunctionSignature
build()
FunctionSignature.Builder
copy(FunctionSignature model)
FunctionSignature.Builder
description(String description)
Detailed description for the object.FunctionSignature.Builder
key(String key)
The key of the object.FunctionSignature.Builder
modelType(FunctionSignature.ModelType modelType)
The type of the object.FunctionSignature.Builder
modelVersion(String modelVersion)
The model version of an object.FunctionSignature.Builder
name(String name)
Free form text without any restriction on permitted characters.FunctionSignature.Builder
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.FunctionSignature.Builder
parentRef(ParentReference parentRef)
FunctionSignature.Builder
retType(ConfiguredType retType)
-
-
-
Method Detail
-
key
public FunctionSignature.Builder key(String key)
The key of the object.- Parameters:
key
- the value to set- Returns:
- this builder
-
modelType
public FunctionSignature.Builder modelType(FunctionSignature.ModelType modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public FunctionSignature.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public FunctionSignature.Builder parentRef(ParentReference parentRef)
-
name
public FunctionSignature.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
-
retType
public FunctionSignature.Builder retType(ConfiguredType retType)
-
arguments
public FunctionSignature.Builder arguments(List<TypedObject> arguments)
An array of function arguments.- Parameters:
arguments
- the value to set- Returns:
- this builder
-
description
public FunctionSignature.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
objectStatus
public FunctionSignature.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
-
build
public FunctionSignature build()
-
copy
public FunctionSignature.Builder copy(FunctionSignature model)
-
-