Uses of Interface
software.amazon.awssdk.services.glue.model.StatementOutputData.Builder
-
Packages that use StatementOutputData.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of StatementOutputData.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return StatementOutputData.Builder Modifier and Type Method Description static StatementOutputData.BuilderStatementOutputData. builder()StatementOutputData.BuilderStatementOutputData.Builder. textPlain(String textPlain)The code execution output in text format.StatementOutputData.BuilderStatementOutputData. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type StatementOutputData.Builder Modifier and Type Method Description static Class<? extends StatementOutputData.Builder>StatementOutputData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type StatementOutputData.Builder Modifier and Type Method Description default StatementOutput.BuilderStatementOutput.Builder. data(Consumer<StatementOutputData.Builder> data)The code execution output.
-