Uses of Interface
software.amazon.awssdk.services.glue.model.Statement.Builder
-
Packages that use Statement.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Statement.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Statement.Builder Modifier and Type Method Description static Statement.BuilderStatement. builder()Statement.BuilderStatement.Builder. code(String code)The execution code of the statement.Statement.BuilderStatement.Builder. completedOn(Long completedOn)The unix time and date that the job definition was completed.Statement.BuilderStatement.Builder. id(Integer id)The ID of the statement.default Statement.BuilderStatement.Builder. output(Consumer<StatementOutput.Builder> output)The output in JSON.Statement.BuilderStatement.Builder. output(StatementOutput output)The output in JSON.Statement.BuilderStatement.Builder. progress(Double progress)The code execution progress.Statement.BuilderStatement.Builder. startedOn(Long startedOn)The unix time and date that the job definition was started.Statement.BuilderStatement.Builder. state(String state)The state while request is actioned.Statement.BuilderStatement.Builder. state(StatementState state)The state while request is actioned.Statement.BuilderStatement. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Statement.Builder Modifier and Type Method Description static Class<? extends Statement.Builder>Statement. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Statement.Builder Modifier and Type Method Description default GetStatementResponse.BuilderGetStatementResponse.Builder. statement(Consumer<Statement.Builder> statement)Returns the statement.
-