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 where the increase request occurs.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
desiredValue(Double desiredValue)
Identifies the new, increased value of the service quota in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
globalQuota(Boolean globalQuota)
Specifies if the quota is a global quota.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
quotaCode(String quotaCode)
The code identifier for the service quota specified in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
quotaName(String quotaName)
The name of the service quota in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
serviceCode(String serviceCode)
The code identifier for the AWS service specified in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
serviceName(String serviceName)
The name of the AWS service specified in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
unit(String unit)
The unit of measure for the increase request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceQuotaIncreaseRequestInTemplate.Builder serviceCode(String serviceCode)
The code identifier for the AWS service specified in the increase request.
serviceCode - The code identifier for the AWS service specified in the increase request.ServiceQuotaIncreaseRequestInTemplate.Builder serviceName(String serviceName)
The name of the AWS service specified in the increase request.
serviceName - The name of the AWS service specified in the increase request.ServiceQuotaIncreaseRequestInTemplate.Builder quotaCode(String quotaCode)
The code identifier for the service quota specified in the increase request.
quotaCode - The code identifier for the service quota specified in the increase request.ServiceQuotaIncreaseRequestInTemplate.Builder quotaName(String quotaName)
The name of the service quota in the increase request.
quotaName - The name of the service quota in the increase request.ServiceQuotaIncreaseRequestInTemplate.Builder desiredValue(Double desiredValue)
Identifies the new, increased value of the service quota in the increase request.
desiredValue - Identifies the new, increased value of the service quota in the increase request.ServiceQuotaIncreaseRequestInTemplate.Builder awsRegion(String awsRegion)
The AWS Region where the increase request occurs.
awsRegion - The AWS Region where the increase request occurs.ServiceQuotaIncreaseRequestInTemplate.Builder unit(String unit)
The unit of measure for the increase request.
unit - The unit of measure for the increase request.ServiceQuotaIncreaseRequestInTemplate.Builder globalQuota(Boolean globalQuota)
Specifies if the quota is a global quota.
globalQuota - Specifies if the quota is a global quota.Copyright © 2019. All rights reserved.