@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.067Z") @Stability(value=Stable) public interface CfnPreparedStatementProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.athena.*;
CfnPreparedStatementProps cfnPreparedStatementProps = CfnPreparedStatementProps.builder()
.queryStatement("queryStatement")
.statementName("statementName")
.workGroup("workGroup")
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPreparedStatementProps.Builder
A builder for
CfnPreparedStatementProps |
static class |
CfnPreparedStatementProps.Jsii$Proxy
An implementation for
CfnPreparedStatementProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPreparedStatementProps.Builder |
builder() |
default String |
getDescription()
`AWS::Athena::PreparedStatement.Description`.
|
String |
getQueryStatement()
`AWS::Athena::PreparedStatement.QueryStatement`.
|
String |
getStatementName()
`AWS::Athena::PreparedStatement.StatementName`.
|
String |
getWorkGroup()
`AWS::Athena::PreparedStatement.WorkGroup`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getQueryStatement()
@Stability(value=Stable) @NotNull String getStatementName()
@Stability(value=Stable) @NotNull String getWorkGroup()
@Stability(value=Stable) static CfnPreparedStatementProps.Builder builder()
CfnPreparedStatementProps.Builder of CfnPreparedStatementPropsCopyright © 2021. All rights reserved.