Uses of Interface
software.amazon.awssdk.services.athena.model.UnprocessedPreparedStatementName.Builder
-
Packages that use UnprocessedPreparedStatementName.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of UnprocessedPreparedStatementName.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return UnprocessedPreparedStatementName.Builder Modifier and Type Method Description static UnprocessedPreparedStatementName.BuilderUnprocessedPreparedStatementName. builder()UnprocessedPreparedStatementName.BuilderUnprocessedPreparedStatementName.Builder. errorCode(String errorCode)The error code returned when the request for the prepared statement failed.UnprocessedPreparedStatementName.BuilderUnprocessedPreparedStatementName.Builder. errorMessage(String errorMessage)The error message containing the reason why the prepared statement could not be returned.UnprocessedPreparedStatementName.BuilderUnprocessedPreparedStatementName.Builder. statementName(String statementName)The name of a prepared statement that could not be returned due to an error.UnprocessedPreparedStatementName.BuilderUnprocessedPreparedStatementName. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type UnprocessedPreparedStatementName.Builder Modifier and Type Method Description static Class<? extends UnprocessedPreparedStatementName.Builder>UnprocessedPreparedStatementName. serializableBuilderClass()
-