Class JobInBind.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.JobInBind.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobInBind.Builder
arrayTypeName(String arrayTypeName)
The Oracle schema object name for the predefined type of array.JobInBind
build()
JobInBind.Builder
copy(JobInBind model)
JobInBind.Builder
dataType(JobInBind.DataType dataType)
The datatype of the in-bind variable.JobInBind.Builder
position(Integer position)
The position of the in-bind variable.JobInBind.Builder
values(List<String> values)
The values for the in-bind variable.
-
-
-
Method Detail
-
position
public JobInBind.Builder position(Integer position)
The position of the in-bind variable.- Parameters:
position
- the value to set- Returns:
- this builder
-
dataType
public JobInBind.Builder dataType(JobInBind.DataType dataType)
The datatype of the in-bind variable.- Parameters:
dataType
- the value to set- Returns:
- this builder
-
values
public JobInBind.Builder values(List<String> values)
The values for the in-bind variable.- Parameters:
values
- the value to set- Returns:
- this builder
-
arrayTypeName
public JobInBind.Builder arrayTypeName(String arrayTypeName)
The Oracle schema object name for the predefined type of array.- Parameters:
arrayTypeName
- the value to set- Returns:
- this builder
-
build
public JobInBind build()
-
copy
public JobInBind.Builder copy(JobInBind model)
-
-