@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.694Z") @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()
The description of the prepared statement.
|
String |
getQueryStatement()
The query string for the prepared statement.
|
String |
getStatementName()
The name of the prepared statement.
|
String |
getWorkGroup()
The workgroup to which the prepared statement belongs.
|
@Stability(value=Stable) @NotNull String getQueryStatement()
@Stability(value=Stable) @NotNull String getStatementName()
@Stability(value=Stable) @NotNull String getWorkGroup()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnPreparedStatementProps.Builder builder()
CfnPreparedStatementProps.Builder of CfnPreparedStatementPropsCopyright © 2022. All rights reserved.