| Package | Description |
|---|---|
| software.amazon.awscdk.services.athena |
Amazon Athena Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnPreparedStatement.Builder |
CfnPreparedStatement.Builder.create(software.constructs.Construct scope,
String id) |
CfnPreparedStatement.Builder |
CfnPreparedStatement.Builder.description(String description)
The description of the prepared statement.
|
CfnPreparedStatement.Builder |
CfnPreparedStatement.Builder.queryStatement(String queryStatement)
The query string for the prepared statement.
|
CfnPreparedStatement.Builder |
CfnPreparedStatement.Builder.statementName(String statementName)
The name of the prepared statement.
|
CfnPreparedStatement.Builder |
CfnPreparedStatement.Builder.workGroup(String workGroup)
The workgroup to which the prepared statement belongs.
|
Copyright © 2022. All rights reserved.