Class ParameterValue.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.ParameterValue.Builder
 
- 
- Enclosing class:
- ParameterValue
 
 public static class ParameterValue.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterValuebuild()ParameterValue.Buildercopy(ParameterValue model)ParameterValue.BuilderrootObjectValue(Object rootObjectValue)This can be any object such as a file entity, a schema, or a table.ParameterValue.BuildersimpleValue(Object simpleValue)A simple value for the parameter.
 
- 
- 
- 
Method Detail- 
simpleValuepublic ParameterValue.Builder simpleValue(Object simpleValue) A simple value for the parameter.- Parameters:
- simpleValue- the value to set
- Returns:
- this builder
 
 - 
rootObjectValuepublic ParameterValue.Builder rootObjectValue(Object rootObjectValue) This can be any object such as a file entity, a schema, or a table.- Parameters:
- rootObjectValue- the value to set
- Returns:
- this builder
 
 - 
buildpublic ParameterValue build() 
 - 
copypublic ParameterValue.Builder copy(ParameterValue model) 
 
- 
 
-