Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsAthenaWorkGroupConfigurationDetails.Builder
-
Packages that use AwsAthenaWorkGroupConfigurationDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsAthenaWorkGroupConfigurationDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsAthenaWorkGroupConfigurationDetails.Builder Modifier and Type Method Description static AwsAthenaWorkGroupConfigurationDetails.BuilderAwsAthenaWorkGroupConfigurationDetails. builder()default AwsAthenaWorkGroupConfigurationDetails.BuilderAwsAthenaWorkGroupConfigurationDetails.Builder. resultConfiguration(Consumer<AwsAthenaWorkGroupConfigurationResultConfigurationDetails.Builder> resultConfiguration)The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results.AwsAthenaWorkGroupConfigurationDetails.BuilderAwsAthenaWorkGroupConfigurationDetails.Builder. resultConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationDetails resultConfiguration)The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results.AwsAthenaWorkGroupConfigurationDetails.BuilderAwsAthenaWorkGroupConfigurationDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsAthenaWorkGroupConfigurationDetails.Builder Modifier and Type Method Description static Class<? extends AwsAthenaWorkGroupConfigurationDetails.Builder>AwsAthenaWorkGroupConfigurationDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsAthenaWorkGroupConfigurationDetails.Builder Modifier and Type Method Description default AwsAthenaWorkGroupDetails.BuilderAwsAthenaWorkGroupDetails.Builder. configuration(Consumer<AwsAthenaWorkGroupConfigurationDetails.Builder> configuration)The configuration of the workgroup, which includes the location in Amazon Simple Storage Service (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.
-