Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.athena.CfnNamedQueryPropsMixin.Builder
Packages that use CfnNamedQueryPropsMixin.Builder
-
Uses of CfnNamedQueryPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.athena
Methods in software.amazon.awscdk.cfnpropertymixins.services.athena that return CfnNamedQueryPropsMixin.BuilderModifier and TypeMethodDescriptionCfnNamedQueryPropsMixin.Builder.create()CfnNamedQueryPropsMixin.Builder.create(CfnPropertyMixinOptions options) The database to which the query belongs.CfnNamedQueryPropsMixin.Builder.description(String description) The query description.The query name.CfnNamedQueryPropsMixin.Builder.queryString(String queryString) The SQL statements that make up the query.The name of the workgroup that contains the named query.CfnNamedQueryPropsMixin.Builder.workGroup(IWorkGroupRef workGroup) The name of the workgroup that contains the named query.