Interface ServiceQuotaIncreaseRequestInTemplate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceQuotaIncreaseRequestInTemplate.Builder,ServiceQuotaIncreaseRequestInTemplate>,SdkBuilder<ServiceQuotaIncreaseRequestInTemplate.Builder,ServiceQuotaIncreaseRequestInTemplate>,SdkPojo
- Enclosing class:
- ServiceQuotaIncreaseRequestInTemplate
public static interface ServiceQuotaIncreaseRequestInTemplate.Builder extends SdkPojo, CopyableBuilder<ServiceQuotaIncreaseRequestInTemplate.Builder,ServiceQuotaIncreaseRequestInTemplate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceQuotaIncreaseRequestInTemplate.BuilderawsRegion(String awsRegion)The Amazon Web Services Region.ServiceQuotaIncreaseRequestInTemplate.BuilderdesiredValue(Double desiredValue)The new, increased value of the quota.ServiceQuotaIncreaseRequestInTemplate.BuilderglobalQuota(Boolean globalQuota)Indicates whether the quota is global.ServiceQuotaIncreaseRequestInTemplate.BuilderquotaCode(String quotaCode)Specifies the quota identifier.ServiceQuotaIncreaseRequestInTemplate.BuilderquotaName(String quotaName)Specifies the quota name.ServiceQuotaIncreaseRequestInTemplate.BuilderserviceCode(String serviceCode)Specifies the service identifier.ServiceQuotaIncreaseRequestInTemplate.BuilderserviceName(String serviceName)Specifies the service name.ServiceQuotaIncreaseRequestInTemplate.Builderunit(String unit)The unit of measurement.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
serviceCode
ServiceQuotaIncreaseRequestInTemplate.Builder serviceCode(String serviceCode)
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
- Parameters:
serviceCode- Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
ServiceQuotaIncreaseRequestInTemplate.Builder serviceName(String serviceName)
Specifies the service name.
- Parameters:
serviceName- Specifies the service name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quotaCode
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
QuotaCoderesponse in the output for the quota you want.- Parameters:
quotaCode- Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for theQuotaCoderesponse in the output for the quota you want.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quotaName
ServiceQuotaIncreaseRequestInTemplate.Builder quotaName(String quotaName)
Specifies the quota name.
- Parameters:
quotaName- Specifies the quota name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredValue
ServiceQuotaIncreaseRequestInTemplate.Builder desiredValue(Double desiredValue)
The new, increased value of the quota.
- Parameters:
desiredValue- The new, increased value of the quota.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsRegion
ServiceQuotaIncreaseRequestInTemplate.Builder awsRegion(String awsRegion)
The Amazon Web Services Region.
- Parameters:
awsRegion- The Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
ServiceQuotaIncreaseRequestInTemplate.Builder unit(String unit)
The unit of measurement.
- Parameters:
unit- The unit of measurement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalQuota
ServiceQuotaIncreaseRequestInTemplate.Builder globalQuota(Boolean globalQuota)
Indicates whether the quota is global.
- Parameters:
globalQuota- Indicates whether the quota is global.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-