public static interface ServiceQuotaIncreaseRequestInTemplate.Builder extends SdkPojo, CopyableBuilder<ServiceQuotaIncreaseRequestInTemplate.Builder,ServiceQuotaIncreaseRequestInTemplate>
| Modifier and Type | Method and Description |
|---|---|
ServiceQuotaIncreaseRequestInTemplate.Builder |
awsRegion(String awsRegion)
The Amazon Web Services Region.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
desiredValue(Double desiredValue)
The new, increased value of the quota.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
globalQuota(Boolean globalQuota)
Indicates whether the quota is global.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
quotaCode(String quotaCode)
Specifies the quota identifier.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
quotaName(String quotaName)
Specifies the quota name.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
serviceCode(String serviceCode)
Specifies the service identifier.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
serviceName(String serviceName)
Specifies the service name.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
unit(String unit)
The unit of measurement.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceQuotaIncreaseRequestInTemplate.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.ServiceQuotaIncreaseRequestInTemplate.Builder serviceName(String serviceName)
Specifies the service name.
serviceName - Specifies the service name.ServiceQuotaIncreaseRequestInTemplate.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.ServiceQuotaIncreaseRequestInTemplate.Builder quotaName(String quotaName)
Specifies the quota name.
quotaName - Specifies the quota name.ServiceQuotaIncreaseRequestInTemplate.Builder desiredValue(Double desiredValue)
The new, increased value of the quota.
desiredValue - The new, increased value of the quota.ServiceQuotaIncreaseRequestInTemplate.Builder awsRegion(String awsRegion)
The Amazon Web Services Region.
awsRegion - The Amazon Web Services Region.ServiceQuotaIncreaseRequestInTemplate.Builder unit(String unit)
The unit of measurement.
unit - The unit of measurement.ServiceQuotaIncreaseRequestInTemplate.Builder globalQuota(Boolean globalQuota)
Indicates whether the quota is global.
globalQuota - Indicates whether the quota is global.Copyright © 2023. All rights reserved.