Interface ListQuotaSharesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BatchResponse.Builder,Buildable,CopyableBuilder<ListQuotaSharesResponse.Builder,,ListQuotaSharesResponse> SdkBuilder<ListQuotaSharesResponse.Builder,,ListQuotaSharesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListQuotaSharesResponse
@Mutable
@NotThreadSafe
public static interface ListQuotaSharesResponse.Builder
extends BatchResponse.Builder, SdkPojo, CopyableBuilder<ListQuotaSharesResponse.Builder,ListQuotaSharesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThenextTokenvalue to include in a futureListQuotaSharesrequest.quotaShares(Collection<QuotaShareDetail> quotaShares) A list of quota shares that match the request.quotaShares(Consumer<QuotaShareDetail.Builder>... quotaShares) A list of quota shares that match the request.quotaShares(QuotaShareDetail... quotaShares) A list of quota shares that match the request.Methods inherited from interface software.amazon.awssdk.services.batch.model.BatchResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The
nextTokenvalue to include in a futureListQuotaSharesrequest. When the results of aListQuotaSharesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureListQuotaSharesrequest. When the results of aListQuotaSharesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.