Class JobInBind.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.JobInBind.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JobInBind.BuilderarrayTypeName(String arrayTypeName)The Oracle schema object name for the predefined type of array.JobInBindbuild()JobInBind.Buildercopy(JobInBind model)JobInBind.BuilderdataType(JobInBind.DataType dataType)The datatype of the in-bind variable.JobInBind.Builderposition(Integer position)The position of the in-bind variable.JobInBind.Buildervalues(List<String> values)The values for the in-bind variable.
 
- 
- 
- 
Method Detail- 
positionpublic JobInBind.Builder position(Integer position) The position of the in-bind variable.- Parameters:
- position- the value to set
- Returns:
- this builder
 
 - 
dataTypepublic JobInBind.Builder dataType(JobInBind.DataType dataType) The datatype of the in-bind variable.- Parameters:
- dataType- the value to set
- Returns:
- this builder
 
 - 
valuespublic JobInBind.Builder values(List<String> values) The values for the in-bind variable.- Parameters:
- values- the value to set
- Returns:
- this builder
 
 - 
arrayTypeNamepublic 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
 
 - 
buildpublic JobInBind build() 
 - 
copypublic JobInBind.Builder copy(JobInBind model) 
 
- 
 
-