public static interface JobTimeout.Builder extends SdkPojo, CopyableBuilder<JobTimeout.Builder,JobTimeout>
Modifier and Type | Method and Description |
---|---|
JobTimeout.Builder |
attemptDurationSeconds(Integer attemptDurationSeconds)
The time duration in seconds (measured from the job attempt's
startedAt timestamp) after which
Batch terminates your jobs if they have not finished. |
equalsBySdkFields, sdkFields
copy
applyMutation, build
JobTimeout.Builder attemptDurationSeconds(Integer attemptDurationSeconds)
The time duration in seconds (measured from the job attempt's startedAt
timestamp) after which
Batch terminates your jobs if they have not finished. The minimum value for the timeout is 60 seconds.
attemptDurationSeconds
- The time duration in seconds (measured from the job attempt's startedAt
timestamp) after
which Batch terminates your jobs if they have not finished. The minimum value for the timeout is 60
seconds.Copyright © 2022. All rights reserved.