Uses of Class
com.oracle.bmc.dataflow.model.StatementSummary.Builder
-
Packages that use StatementSummary.Builder Package Description com.oracle.bmc.dataflow.model -
-
Uses of StatementSummary.Builder in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return StatementSummary.Builder Modifier and Type Method Description static StatementSummary.Builder
StatementSummary. builder()
Create a new builder.StatementSummary.Builder
StatementSummary.Builder. copy(StatementSummary model)
StatementSummary.Builder
StatementSummary.Builder. id(Long id)
The statement ID.StatementSummary.Builder
StatementSummary.Builder. lifecycleState(StatementLifecycleState lifecycleState)
The current state of this statement.StatementSummary.Builder
StatementSummary.Builder. runId(String runId)
The ID of a run.StatementSummary.Builder
StatementSummary.Builder. timeCompleted(Date timeCompleted)
The date and time a statement execution was completed, expressed in RFC 3339 timestamp format.StatementSummary.Builder
StatementSummary.Builder. timeCreated(Date timeCreated)
The date and time the resource was created, expressed in RFC 3339 timestamp format.StatementSummary.Builder
StatementSummary. toBuilder()
-