public static interface PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder extends ServiceQuotasRequest.Builder, SdkPojo, CopyableBuilder<PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder,PutServiceQuotaIncreaseRequestIntoTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder |
awsRegion(String awsRegion)
Specifies the Amazon Web Services Region to which the template applies.
|
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder |
desiredValue(Double desiredValue)
Specifies the new, increased value for the quota.
|
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder |
quotaCode(String quotaCode)
Specifies the quota identifier.
|
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder |
serviceCode(String serviceCode)
Specifies the service identifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder quotaCode(String quotaCode)
Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas
operation, and look for the QuotaCode response in the output for the quota you want.
quotaCode - Specifies the quota identifier. To find the quota code for a specific quota, use the
ListServiceQuotas operation, and look for the QuotaCode response in the output for
the quota you want.PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder serviceCode(String serviceCode)
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
serviceCode - Specifies the service identifier. To find the service code value for an Amazon Web Services service,
use the ListServices operation.PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder awsRegion(String awsRegion)
Specifies the Amazon Web Services Region to which the template applies.
awsRegion - Specifies the Amazon Web Services Region to which the template applies.PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder desiredValue(Double desiredValue)
Specifies the new, increased value for the quota.
desiredValue - Specifies the new, increased value for the quota.PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.