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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FrontOfQuotaSharesDetail.BuilderlastUpdatedAt(Long lastUpdatedAt)The Unix timestamp (in milliseconds) for when the firstRUNNABLEjob per quota share were all last updated.FrontOfQuotaSharesDetail.BuilderquotaShares(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
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
-
quotaShares
FrontOfQuotaSharesDetail.Builder quotaShares(Map<String,? extends Collection<FrontOfQuotaShareJobSummary>> quotaShares)
Contains a list of the first
RUNNABLEjob in each named quota share.- Parameters:
quotaShares- Contains a list of the firstRUNNABLEjob in each named quota share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
FrontOfQuotaSharesDetail.Builder lastUpdatedAt(Long 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.
-
-