Interface JobTimers.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobTimers.Builder,
,JobTimers> SdkBuilder<JobTimers.Builder,
,JobTimers> SdkPojo
- Enclosing class:
JobTimers
@Mutable
@NotThreadSafe
public static interface JobTimers.Builder
extends SdkPojo, CopyableBuilder<JobTimers.Builder,JobTimers>
-
Method Summary
Modifier and TypeMethodDescriptionelapsedTimeInActiveSeconds
(Long elapsedTimeInActiveSeconds) Indicates the elapsed time in seconds the job has been in the Active job state.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
-
elapsedTimeInActiveSeconds
Indicates the elapsed time in seconds the job has been in the Active job state.
- Parameters:
elapsedTimeInActiveSeconds
- Indicates the elapsed time in seconds the job has been in the Active job state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-