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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatementSummary
build()
StatementSummary.Builder
copy(StatementSummary model)
StatementSummary.Builder
id(Long id)
The statement ID.StatementSummary.Builder
lifecycleState(StatementLifecycleState lifecycleState)
The current state of this statement.StatementSummary.Builder
runId(String runId)
The ID of a run.StatementSummary.Builder
timeCompleted(Date timeCompleted)
The date and time a statement execution was completed, expressed in RFC 3339 timestamp format.StatementSummary.Builder
timeCreated(Date timeCreated)
The date and time the resource was created, expressed in RFC 3339 timestamp format.
-
-
-
Method Detail
-
id
public StatementSummary.Builder id(Long id)
The statement ID.- Parameters:
id
- the value to set- Returns:
- this builder
-
lifecycleState
public StatementSummary.Builder lifecycleState(StatementLifecycleState lifecycleState)
The current state of this statement.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
runId
public StatementSummary.Builder runId(String runId)
The ID of a run.- Parameters:
runId
- the value to set- Returns:
- this builder
-
timeCreated
public 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
-
timeCompleted
public 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
-
build
public StatementSummary build()
-
copy
public StatementSummary.Builder copy(StatementSummary model)
-
-