public static interface ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder extends ServiceQuotasRequest.Builder, SdkPojo, CopyableBuilder<ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder,ListServiceQuotaIncreaseRequestsInTemplateRequest>
Modifier and Type | Method and Description |
---|---|
ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder |
awsRegion(String awsRegion)
The AWS Region.
|
ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder |
serviceCode(String serviceCode)
The service identifier.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder serviceCode(String serviceCode)
The service identifier.
serviceCode
- The service identifier.ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder awsRegion(String awsRegion)
The AWS Region.
awsRegion
- The AWS Region.ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.ListServiceQuotaIncreaseRequestsInTemplateRequest.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.ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListServiceQuotaIncreaseRequestsInTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.