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. |
copyapplyMutation, 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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.