public static interface ListRequestedServiceQuotaChangeHistoryRequest.Builder extends ServiceQuotasRequest.Builder, SdkPojo, CopyableBuilder<ListRequestedServiceQuotaChangeHistoryRequest.Builder,ListRequestedServiceQuotaChangeHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRequestedServiceQuotaChangeHistoryRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListRequestedServiceQuotaChangeHistoryRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListRequestedServiceQuotaChangeHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRequestedServiceQuotaChangeHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRequestedServiceQuotaChangeHistoryRequest.Builder |
serviceCode(String serviceCode)
The service identifier.
|
ListRequestedServiceQuotaChangeHistoryRequest.Builder |
status(RequestStatus status)
The status of the quota increase request.
|
ListRequestedServiceQuotaChangeHistoryRequest.Builder |
status(String status)
The status of the quota increase request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRequestedServiceQuotaChangeHistoryRequest.Builder serviceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.ListRequestedServiceQuotaChangeHistoryRequest.Builder status(String status)
The status of the quota increase request.
status - The status of the quota increase request.RequestStatus,
RequestStatusListRequestedServiceQuotaChangeHistoryRequest.Builder status(RequestStatus status)
The status of the quota increase request.
status - The status of the quota increase request.RequestStatus,
RequestStatusListRequestedServiceQuotaChangeHistoryRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListRequestedServiceQuotaChangeHistoryRequest.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.ListRequestedServiceQuotaChangeHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.