Package com.oracle.bmc.dataflow.model
Class StatementSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataflow.model.StatementSummary.Builder
 
- 
- Enclosing class:
- StatementSummary
 
 public static class StatementSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StatementSummarybuild()StatementSummary.Buildercopy(StatementSummary model)StatementSummary.Builderid(Long id)The statement ID.StatementSummary.BuilderlifecycleState(StatementLifecycleState lifecycleState)The current state of this statement.StatementSummary.BuilderrunId(String runId)The ID of a run.StatementSummary.BuildertimeCompleted(Date timeCompleted)The date and time a statement execution was completed, expressed in RFC 3339 timestamp format.StatementSummary.BuildertimeCreated(Date timeCreated)The date and time the resource was created, expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
idpublic StatementSummary.Builder id(Long id) The statement ID.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic StatementSummary.Builder lifecycleState(StatementLifecycleState lifecycleState) The current state of this statement.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
runIdpublic StatementSummary.Builder runId(String runId) The ID of a run.- Parameters:
- runId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic StatementSummary.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 StatementSummary.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 StatementSummary build() 
 - 
copypublic StatementSummary.Builder copy(StatementSummary model) 
 
- 
 
-