Interface ServiceJobTimeout.Builder

    • Method Detail

      • attemptDurationSeconds

        ServiceJobTimeout.Builder attemptDurationSeconds​(Integer attemptDurationSeconds)

        The maximum duration in seconds that a service job attempt can run. After this time is reached, Batch terminates the service job attempt.

        Parameters:
        attemptDurationSeconds - The maximum duration in seconds that a service job attempt can run. After this time is reached, Batch terminates the service job attempt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.