Interface JobTimers.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobTimers.Builder,JobTimers>,SdkBuilder<JobTimers.Builder,JobTimers>,SdkPojo
- Enclosing class:
- JobTimers
public static interface JobTimers.Builder extends SdkPojo, CopyableBuilder<JobTimers.Builder,JobTimers>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobTimers.BuilderelapsedTimeInActiveSeconds(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, sdkFields
-
-
-
-
Method Detail
-
elapsedTimeInActiveSeconds
JobTimers.Builder elapsedTimeInActiveSeconds(Long 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.
-
-