Uses of Class
software.amazon.awssdk.services.athena.model.WorkGroupConfiguration
-
Packages that use WorkGroupConfiguration Package Description software.amazon.awssdk.services.athena.model -
-
Uses of WorkGroupConfiguration in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return WorkGroupConfiguration Modifier and Type Method Description WorkGroupConfigurationCreateWorkGroupRequest. configuration()Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup.WorkGroupConfigurationWorkGroup. configuration()The configuration of the workgroup, which includes the location in Amazon S3 where query and calculation results are stored, the encryption configuration, if any, used for query and calculation results; whether the Amazon CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side settings; and the data usage limits for the amount of data scanned per query or per workgroup.Methods in software.amazon.awssdk.services.athena.model with parameters of type WorkGroupConfiguration Modifier and Type Method Description CreateWorkGroupRequest.BuilderCreateWorkGroupRequest.Builder. configuration(WorkGroupConfiguration configuration)Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup.WorkGroup.BuilderWorkGroup.Builder. configuration(WorkGroupConfiguration configuration)The configuration of the workgroup, which includes the location in Amazon S3 where query and calculation results are stored, the encryption configuration, if any, used for query and calculation results; whether the Amazon CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side settings; and the data usage limits for the amount of data scanned per query or per workgroup.
-