Uses of Interface
software.amazon.awssdk.services.athena.model.PreparedStatement.Builder
-
Packages that use PreparedStatement.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of PreparedStatement.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return PreparedStatement.Builder Modifier and Type Method Description static PreparedStatement.BuilderPreparedStatement. builder()PreparedStatement.BuilderPreparedStatement.Builder. description(String description)The description of the prepared statement.PreparedStatement.BuilderPreparedStatement.Builder. lastModifiedTime(Instant lastModifiedTime)The last modified time of the prepared statement.PreparedStatement.BuilderPreparedStatement.Builder. queryStatement(String queryStatement)The query string for the prepared statement.PreparedStatement.BuilderPreparedStatement.Builder. statementName(String statementName)The name of the prepared statement.PreparedStatement.BuilderPreparedStatement. toBuilder()PreparedStatement.BuilderPreparedStatement.Builder. workGroupName(String workGroupName)The name of the workgroup to which the prepared statement belongs.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type PreparedStatement.Builder Modifier and Type Method Description static Class<? extends PreparedStatement.Builder>PreparedStatement. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type PreparedStatement.Builder Modifier and Type Method Description default GetPreparedStatementResponse.BuilderGetPreparedStatementResponse.Builder. preparedStatement(Consumer<PreparedStatement.Builder> preparedStatement)The name of the prepared statement that was retrieved.
-