| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static PreparedStatement.Builder |
PreparedStatement.builder() |
PreparedStatement.Builder |
PreparedStatement.Builder.description(String description)
The description of the prepared statement.
|
PreparedStatement.Builder |
PreparedStatement.Builder.lastModifiedTime(Instant lastModifiedTime)
The last modified time of the prepared statement.
|
PreparedStatement.Builder |
PreparedStatement.Builder.queryStatement(String queryStatement)
The query string for the prepared statement.
|
PreparedStatement.Builder |
PreparedStatement.Builder.statementName(String statementName)
The name of the prepared statement.
|
PreparedStatement.Builder |
PreparedStatement.toBuilder() |
PreparedStatement.Builder |
PreparedStatement.Builder.workGroupName(String workGroupName)
The name of the workgroup to which the prepared statement belongs.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PreparedStatement.Builder> |
PreparedStatement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetPreparedStatementResponse.Builder |
GetPreparedStatementResponse.Builder.preparedStatement(Consumer<PreparedStatement.Builder> preparedStatement)
The name of the prepared statement that was retrieved.
|
Copyright © 2023. All rights reserved.