Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsAthenaWorkGroupDetails.Builder
-
Packages that use AwsAthenaWorkGroupDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsAthenaWorkGroupDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsAthenaWorkGroupDetails.Builder Modifier and Type Method Description static AwsAthenaWorkGroupDetails.BuilderAwsAthenaWorkGroupDetails. builder()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.AwsAthenaWorkGroupDetails.BuilderAwsAthenaWorkGroupDetails.Builder. configuration(AwsAthenaWorkGroupConfigurationDetails 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.AwsAthenaWorkGroupDetails.BuilderAwsAthenaWorkGroupDetails.Builder. description(String description)The workgroup description.AwsAthenaWorkGroupDetails.BuilderAwsAthenaWorkGroupDetails.Builder. name(String name)The workgroup name.AwsAthenaWorkGroupDetails.BuilderAwsAthenaWorkGroupDetails.Builder. state(String state)Whether the workgroup is enabled or disabled.AwsAthenaWorkGroupDetails.BuilderAwsAthenaWorkGroupDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsAthenaWorkGroupDetails.Builder Modifier and Type Method Description static Class<? extends AwsAthenaWorkGroupDetails.Builder>AwsAthenaWorkGroupDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsAthenaWorkGroupDetails.Builder Modifier and Type Method Description default ResourceDetails.BuilderResourceDetails.Builder. awsAthenaWorkGroup(Consumer<AwsAthenaWorkGroupDetails.Builder> awsAthenaWorkGroup)Provides information about an Amazon Athena workgroup.
-