Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.athena.CfnPreparedStatementPropsMixin.Builder
Packages that use CfnPreparedStatementPropsMixin.Builder
-
Uses of CfnPreparedStatementPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.athena
Methods in software.amazon.awscdk.cfnpropertymixins.services.athena that return CfnPreparedStatementPropsMixin.BuilderModifier and TypeMethodDescriptionCfnPreparedStatementPropsMixin.Builder.create()CfnPreparedStatementPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPreparedStatementPropsMixin.Builder.description(String description) The description of the prepared statement.CfnPreparedStatementPropsMixin.Builder.queryStatement(String queryStatement) The query string for the prepared statement.CfnPreparedStatementPropsMixin.Builder.statementName(String statementName) The name of the prepared statement.The workgroup to which the prepared statement belongs.CfnPreparedStatementPropsMixin.Builder.workGroup(IWorkGroupRef workGroup) The workgroup to which the prepared statement belongs.