| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static UnprocessedPreparedStatementName.Builder |
UnprocessedPreparedStatementName.builder() |
UnprocessedPreparedStatementName.Builder |
UnprocessedPreparedStatementName.Builder.errorCode(String errorCode)
The error code returned when the request for the prepared statement failed.
|
UnprocessedPreparedStatementName.Builder |
UnprocessedPreparedStatementName.Builder.errorMessage(String errorMessage)
The error message containing the reason why the prepared statement could not be returned.
|
UnprocessedPreparedStatementName.Builder |
UnprocessedPreparedStatementName.Builder.statementName(String statementName)
The name of a prepared statement that could not be returned due to an error.
|
UnprocessedPreparedStatementName.Builder |
UnprocessedPreparedStatementName.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UnprocessedPreparedStatementName.Builder> |
UnprocessedPreparedStatementName.serializableBuilderClass() |
Copyright © 2023. All rights reserved.