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