Package | Description |
---|---|
com.oracle.bmc.dataflow.model |
Modifier and Type | Method and Description |
---|---|
static Statement.Builder |
Statement.builder()
Create a new builder.
|
Statement.Builder |
Statement.Builder.code(String code)
The statement code to execute.
|
Statement.Builder |
Statement.Builder.copy(Statement model) |
Statement.Builder |
Statement.Builder.id(Long id)
The statement ID.
|
Statement.Builder |
Statement.Builder.lifecycleState(StatementLifecycleState lifecycleState)
The current state of this statement.
|
Statement.Builder |
Statement.Builder.output(StatementOutput output) |
Statement.Builder |
Statement.Builder.progress(Double progress)
The execution progress.
|
Statement.Builder |
Statement.Builder.runId(String runId)
The ID of a run.
|
Statement.Builder |
Statement.Builder.timeCompleted(Date timeCompleted)
The date and time a statement execution was completed, expressed in RFC
3339 timestamp format.
|
Statement.Builder |
Statement.Builder.timeCreated(Date timeCreated)
The date and time the resource was created, expressed in RFC
3339 timestamp format.
|
Statement.Builder |
Statement.toBuilder() |
Copyright © 2016–2024. All rights reserved.