| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceQuotaIncreaseRequestInTemplate.Builder |
ServiceQuotaIncreaseRequestInTemplate.Builder.awsRegion(String awsRegion)
The AWS Region where the increase request occurs.
|
static ServiceQuotaIncreaseRequestInTemplate.Builder |
ServiceQuotaIncreaseRequestInTemplate.builder() |
ServiceQuotaIncreaseRequestInTemplate.Builder |
ServiceQuotaIncreaseRequestInTemplate.Builder.desiredValue(Double desiredValue)
Identifies the new, increased value of the service quota in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
ServiceQuotaIncreaseRequestInTemplate.Builder.globalQuota(Boolean globalQuota)
Specifies if the quota is a global quota.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
ServiceQuotaIncreaseRequestInTemplate.Builder.quotaCode(String quotaCode)
The code identifier for the service quota specified in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
ServiceQuotaIncreaseRequestInTemplate.Builder.quotaName(String quotaName)
The name of the service quota in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
ServiceQuotaIncreaseRequestInTemplate.Builder.serviceCode(String serviceCode)
The code identifier for the AWS service specified in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
ServiceQuotaIncreaseRequestInTemplate.Builder.serviceName(String serviceName)
The name of the AWS service specified in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
ServiceQuotaIncreaseRequestInTemplate.toBuilder() |
ServiceQuotaIncreaseRequestInTemplate.Builder |
ServiceQuotaIncreaseRequestInTemplate.Builder.unit(String unit)
The unit of measure for the increase request.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServiceQuotaIncreaseRequestInTemplate.Builder> |
ServiceQuotaIncreaseRequestInTemplate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutServiceQuotaIncreaseRequestIntoTemplateResponse.Builder |
PutServiceQuotaIncreaseRequestIntoTemplateResponse.Builder.serviceQuotaIncreaseRequestInTemplate(Consumer<ServiceQuotaIncreaseRequestInTemplate.Builder> serviceQuotaIncreaseRequestInTemplate)
A structure that contains information about one service quota increase request.
|
default GetServiceQuotaIncreaseRequestFromTemplateResponse.Builder |
GetServiceQuotaIncreaseRequestFromTemplateResponse.Builder.serviceQuotaIncreaseRequestInTemplate(Consumer<ServiceQuotaIncreaseRequestInTemplate.Builder> serviceQuotaIncreaseRequestInTemplate)
This object contains the details about the quota increase request.
|
Copyright © 2020. All rights reserved.