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 Details

    • 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

      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

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      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

      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

      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

      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.