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
Modifier and TypeMethodDescriptionearliestTimeAtPosition(Long earliestTimeAtPosition) The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the quota share.The ARN for a job in a named quota share.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-