Class TableOptimizerConfiguration

    • Method Detail

      • roleArn

        public final String roleArn()

        A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.

        Returns:
        A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.
      • enabled

        public final Boolean enabled()

        Whether table optimization is enabled.

        Returns:
        Whether table optimization is enabled.
      • retentionConfiguration

        public final RetentionConfiguration retentionConfiguration()

        The configuration for a snapshot retention optimizer.

        Returns:
        The configuration for a snapshot retention optimizer.
      • orphanFileDeletionConfiguration

        public final OrphanFileDeletionConfiguration orphanFileDeletionConfiguration()

        The configuration for an orphan file deletion optimizer.

        Returns:
        The configuration for an orphan file deletion optimizer.
      • 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)