Package com.oracle.bmc.dataflow.model
Class Statement.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataflow.model.Statement.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Statementbuild()Statement.Buildercode(String code)The statement code to execute.Statement.Buildercopy(Statement model)Statement.Builderid(Long id)The statement ID.Statement.BuilderlifecycleState(StatementLifecycleState lifecycleState)The current state of this statement.Statement.Builderoutput(StatementOutput output)Statement.Builderprogress(Double progress)The execution progress.Statement.BuilderrunId(String runId)The ID of a run.Statement.BuildertimeCompleted(Date timeCompleted)The date and time a statement execution was completed, expressed in RFC 3339 timestamp format.Statement.BuildertimeCreated(Date timeCreated)The date and time the resource was created, expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
idpublic Statement.Builder id(Long id) The statement ID.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
codepublic Statement.Builder code(String code) The statement code to execute.Example: println(sc.version) - Parameters:
- code- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic Statement.Builder lifecycleState(StatementLifecycleState lifecycleState) The current state of this statement.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
outputpublic Statement.Builder output(StatementOutput output) 
 - 
progresspublic Statement.Builder progress(Double progress) The execution progress.- Parameters:
- progress- the value to set
- Returns:
- this builder
 
 - 
runIdpublic Statement.Builder runId(String runId) The ID of a run.- Parameters:
- runId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic Statement.Builder timeCreated(Date timeCreated) The date and time the resource was created, expressed in RFC 3339 timestamp format.Example: 2018-04-03T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeCompletedpublic Statement.Builder timeCompleted(Date timeCompleted) The date and time a statement execution was completed, expressed in RFC 3339 timestamp format.Example: 2022-05-31T21:10:29.600Z - Parameters:
- timeCompleted- the value to set
- Returns:
- this builder
 
 - 
buildpublic Statement build() 
 - 
copypublic Statement.Builder copy(Statement model) 
 
- 
 
-