Interface ServiceJobTimeout.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceJobTimeout.Builder,
,ServiceJobTimeout> SdkBuilder<ServiceJobTimeout.Builder,
,ServiceJobTimeout> SdkPojo
- Enclosing class:
ServiceJobTimeout
@Mutable
@NotThreadSafe
public static interface ServiceJobTimeout.Builder
extends SdkPojo, CopyableBuilder<ServiceJobTimeout.Builder,ServiceJobTimeout>
-
Method Summary
Modifier and TypeMethodDescriptionattemptDurationSeconds
(Integer attemptDurationSeconds) The maximum duration in seconds that a service job attempt can run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-