Class AwsAthenaWorkGroupDetails

    • Method Detail

      • name

        public final String name()

        The workgroup name.

        Returns:
        The workgroup name.
      • description

        public final String description()

        The workgroup description.

        Returns:
        The workgroup description.
      • state

        public final String state()

        Whether the workgroup is enabled or disabled.

        Returns:
        Whether the workgroup is enabled or disabled.
      • configuration

        public final 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.

        Returns:
        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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)