Interface FrontOfQuotaSharesDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FrontOfQuotaSharesDetail.Builder,,FrontOfQuotaSharesDetail> SdkBuilder<FrontOfQuotaSharesDetail.Builder,,FrontOfQuotaSharesDetail> SdkPojo
- Enclosing class:
FrontOfQuotaSharesDetail
@Mutable
@NotThreadSafe
public static interface FrontOfQuotaSharesDetail.Builder
extends SdkPojo, CopyableBuilder<FrontOfQuotaSharesDetail.Builder,FrontOfQuotaSharesDetail>
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdatedAt(Long lastUpdatedAt) The Unix timestamp (in milliseconds) for when the firstRUNNABLEjob per quota share were all last updated.quotaShares(Map<String, ? extends Collection<FrontOfQuotaShareJobSummary>> quotaShares) Contains a list of the firstRUNNABLEjob in each 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
-
lastUpdatedAt
The Unix timestamp (in milliseconds) for when the first
RUNNABLEjob per quota share were all last updated.- Parameters:
lastUpdatedAt- The Unix timestamp (in milliseconds) for when the firstRUNNABLEjob per quota share were all last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.