@Stability(value=Stable) public static final class CfnPreparedStatementProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPreparedStatementProps>
CfnPreparedStatementProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPreparedStatementProps |
build()
Builds the configured instance.
|
CfnPreparedStatementProps.Builder |
description(String description)
Sets the value of
CfnPreparedStatementProps.getDescription() |
CfnPreparedStatementProps.Builder |
queryStatement(String queryStatement)
Sets the value of
CfnPreparedStatementProps.getQueryStatement() |
CfnPreparedStatementProps.Builder |
statementName(String statementName)
Sets the value of
CfnPreparedStatementProps.getStatementName() |
CfnPreparedStatementProps.Builder |
workGroup(String workGroup)
Sets the value of
CfnPreparedStatementProps.getWorkGroup() |
@Stability(value=Stable) public CfnPreparedStatementProps.Builder queryStatement(String queryStatement)
CfnPreparedStatementProps.getQueryStatement()queryStatement - The query string for the prepared statement. This parameter is required.this@Stability(value=Stable) public CfnPreparedStatementProps.Builder statementName(String statementName)
CfnPreparedStatementProps.getStatementName()statementName - The name of the prepared statement. This parameter is required.this@Stability(value=Stable) public CfnPreparedStatementProps.Builder workGroup(String workGroup)
CfnPreparedStatementProps.getWorkGroup()workGroup - The workgroup to which the prepared statement belongs. This parameter is required.this@Stability(value=Stable) public CfnPreparedStatementProps.Builder description(String description)
CfnPreparedStatementProps.getDescription()description - The description of the prepared statement.this@Stability(value=Stable) public CfnPreparedStatementProps build()
build in interface software.amazon.jsii.Builder<CfnPreparedStatementProps>CfnPreparedStatementPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.