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, sdkFields
copy
applyMutation, build
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.
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 © 2020. All rights reserved.