Interface ServiceQuotaIncreaseRequestInTemplate.Builder

    • 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 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

        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.
      • 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.