Class ManagedQueryResultsConfigurationUpdates

    • Method Detail

      • enabled

        public final Boolean enabled()

        If set to true, specifies that Athena manages query results in Athena owned storage.

        Returns:
        If set to true, specifies that Athena manages query results in Athena owned storage.
      • encryptionConfiguration

        public final ManagedQueryResultsEncryptionConfiguration encryptionConfiguration()

        If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.

        Returns:
        If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.
      • removeEncryptionConfiguration

        public final Boolean removeEncryptionConfiguration()

        If set to true, it removes workgroup from Athena owned storage. The existing query results are cleaned up after 24hrs. You must provide query results in location specified under ResultConfiguration$OutputLocation .

        Returns:
        If set to true, it removes workgroup from Athena owned storage. The existing query results are cleaned up after 24hrs. You must provide query results in location specified under ResultConfiguration$OutputLocation.
      • 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)