Interface AutoTerminationPolicy.Builder

    • Method Detail

      • idleTimeout

        AutoTerminationPolicy.Builder idleTimeout​(Long idleTimeout)

        Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of 60 seconds and a maximum of 604800 seconds (seven days).

        Parameters:
        idleTimeout - Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of 60 seconds and a maximum of 604800 seconds (seven days).
        Returns:
        Returns a reference to this object so that method calls can be chained together.