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
AWS Batch terminates your jobs if they have not finished. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobTimeout.Builder attemptDurationSeconds(Integer attemptDurationSeconds)
The time duration in seconds (measured from the job attempt's startedAt timestamp) after which
AWS 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 AWS Batch terminates your jobs if they have not finished. The minimum value for the timeout is
60 seconds.Copyright © 2021. All rights reserved.