@Stability(value=Stable) public static final class CfnPreparedStatement.Builder extends Object implements software.amazon.jsii.Builder<CfnPreparedStatement>
CfnPreparedStatement.| Modifier and Type | Method and Description |
|---|---|
CfnPreparedStatement |
build() |
static CfnPreparedStatement.Builder |
create(software.constructs.Construct scope,
String id) |
CfnPreparedStatement.Builder |
description(String description)
The description of the prepared statement.
|
CfnPreparedStatement.Builder |
queryStatement(String queryStatement)
The query string for the prepared statement.
|
CfnPreparedStatement.Builder |
statementName(String statementName)
The name of the prepared statement.
|
CfnPreparedStatement.Builder |
workGroup(String workGroup)
The workgroup to which the prepared statement belongs.
|
@Stability(value=Stable) public static CfnPreparedStatement.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnPreparedStatement.Builder.@Stability(value=Stable) public CfnPreparedStatement.Builder queryStatement(String queryStatement)
queryStatement - The query string for the prepared statement. This parameter is required.this@Stability(value=Stable) public CfnPreparedStatement.Builder statementName(String statementName)
statementName - The name of the prepared statement. This parameter is required.this@Stability(value=Stable) public CfnPreparedStatement.Builder workGroup(String workGroup)
workGroup - The workgroup to which the prepared statement belongs. This parameter is required.this@Stability(value=Stable) public CfnPreparedStatement.Builder description(String description)
description - The description of the prepared statement. This parameter is required.this@Stability(value=Stable) public CfnPreparedStatement build()
build in interface software.amazon.jsii.Builder<CfnPreparedStatement>Copyright © 2022. All rights reserved.