public static interface ServiceQuotaIncreaseRequestInTemplate.Builder extends SdkPojo, CopyableBuilder<ServiceQuotaIncreaseRequestInTemplate.Builder,ServiceQuotaIncreaseRequestInTemplate>
| Modifier and Type | Method and Description |
|---|---|
ServiceQuotaIncreaseRequestInTemplate.Builder |
awsRegion(String awsRegion)
The AWS 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)
The quota identifier.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
quotaName(String quotaName)
The quota name.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
serviceCode(String serviceCode)
The service identifier.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
serviceName(String serviceName)
The service name.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
unit(String unit)
The unit of measurement.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceQuotaIncreaseRequestInTemplate.Builder serviceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.ServiceQuotaIncreaseRequestInTemplate.Builder serviceName(String serviceName)
The service name.
serviceName - The service name.ServiceQuotaIncreaseRequestInTemplate.Builder quotaCode(String quotaCode)
The quota identifier.
quotaCode - The quota identifier.ServiceQuotaIncreaseRequestInTemplate.Builder quotaName(String quotaName)
The quota name.
quotaName - 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 AWS Region.
awsRegion - The AWS 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 © 2021. All rights reserved.