Interface CfnPreparedStatementMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPreparedStatementMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:56.092Z")
@Stability(Stable)
public interface CfnPreparedStatementMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnPreparedStatementPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.athena.*;
CfnPreparedStatementMixinProps cfnPreparedStatementMixinProps = CfnPreparedStatementMixinProps.builder()
.description("description")
.queryStatement("queryStatement")
.statementName("statementName")
.workGroup("workGroup")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPreparedStatementMixinPropsstatic final classAn implementation forCfnPreparedStatementMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
The description of the prepared statement.- See Also:
-
getQueryStatement
The query string for the prepared statement.- See Also:
-
getStatementName
The name of the prepared statement.- See Also:
-
getWorkGroup
The workgroup to which the prepared statement belongs.Returns union: either
StringorIWorkGroupRef- See Also:
-
builder
-