Uses of Interface
software.amazon.awscdk.services.athena.CfnWorkGroup.WorkGroupConfigurationProperty
Packages that use CfnWorkGroup.WorkGroupConfigurationProperty
-
Uses of CfnWorkGroup.WorkGroupConfigurationProperty in software.amazon.awscdk.services.athena
Classes in software.amazon.awscdk.services.athena that implement CfnWorkGroup.WorkGroupConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnWorkGroup.WorkGroupConfigurationPropertyMethods in software.amazon.awscdk.services.athena that return CfnWorkGroup.WorkGroupConfigurationPropertyModifier and TypeMethodDescriptionCfnWorkGroup.WorkGroupConfigurationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.athena with parameters of type CfnWorkGroup.WorkGroupConfigurationPropertyModifier and TypeMethodDescriptionvoidCfnWorkGroup.setWorkGroupConfiguration(CfnWorkGroup.WorkGroupConfigurationProperty value) The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch Metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.CfnWorkGroup.Builder.workGroupConfiguration(CfnWorkGroup.WorkGroupConfigurationProperty workGroupConfiguration) The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch Metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.CfnWorkGroupProps.Builder.workGroupConfiguration(CfnWorkGroup.WorkGroupConfigurationProperty workGroupConfiguration) Sets the value ofCfnWorkGroupProps.getWorkGroupConfiguration()