Interface FrontOfQueueJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FrontOfQueueJobSummary.Builder,FrontOfQueueJobSummary>,SdkBuilder<FrontOfQueueJobSummary.Builder,FrontOfQueueJobSummary>,SdkPojo
- Enclosing class:
- FrontOfQueueJobSummary
public static interface FrontOfQueueJobSummary.Builder extends SdkPojo, CopyableBuilder<FrontOfQueueJobSummary.Builder,FrontOfQueueJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FrontOfQueueJobSummary.BuilderearliestTimeAtPosition(Long earliestTimeAtPosition)The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue.FrontOfQueueJobSummary.BuilderjobArn(String jobArn)The ARN for a job in a named job queue.-
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 Detail
-
jobArn
FrontOfQueueJobSummary.Builder jobArn(String jobArn)
The ARN for a job in a named job queue.
- Parameters:
jobArn- The ARN for a job in a named job queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
earliestTimeAtPosition
FrontOfQueueJobSummary.Builder earliestTimeAtPosition(Long earliestTimeAtPosition)
The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue.
- Parameters:
earliestTimeAtPosition- The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-