public static interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder extends ServiceQuotasRequest.Builder, SdkPojo, CopyableBuilder<ListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder,ListRequestedServiceQuotaChangeHistoryByQuotaRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder serviceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.ListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder quotaCode(String quotaCode)
The quota identifier.
quotaCode - The quota identifier.ListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder status(String status)
The status value of the quota increase request.
status - The status value of the quota increase request.RequestStatus,
RequestStatusListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder status(RequestStatus status)
The status value of the quota increase request.
status - The status value of the quota increase request.RequestStatus,
RequestStatusListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, if any,
make another call with the token returned from this call.ListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.