| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static Statement.Builder |
Statement.builder() |
Statement.Builder |
Statement.Builder.code(String code)
The execution code of the statement.
|
Statement.Builder |
Statement.Builder.completedOn(Long completedOn)
The unix time and date that the job definition was completed.
|
Statement.Builder |
Statement.Builder.id(Integer id)
The ID of the statement.
|
default Statement.Builder |
Statement.Builder.output(Consumer<StatementOutput.Builder> output)
The output in JSON.
|
Statement.Builder |
Statement.Builder.output(StatementOutput output)
The output in JSON.
|
Statement.Builder |
Statement.Builder.progress(Double progress)
The code execution progress.
|
Statement.Builder |
Statement.Builder.startedOn(Long startedOn)
The unix time and date that the job definition was started.
|
Statement.Builder |
Statement.Builder.state(StatementState state)
The state while request is actioned.
|
Statement.Builder |
Statement.Builder.state(String state)
The state while request is actioned.
|
Statement.Builder |
Statement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Statement.Builder> |
Statement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetStatementResponse.Builder |
GetStatementResponse.Builder.statement(Consumer<Statement.Builder> statement)
Returns the statement.
|
Copyright © 2023. All rights reserved.