Interface RequestedServiceQuotaChange.Builder

    • Method Detail

      • id

        RequestedServiceQuotaChange.Builder id​(String id)

        The unique identifier.

        Parameters:
        id - The unique identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • caseId

        RequestedServiceQuotaChange.Builder caseId​(String caseId)

        The case ID.

        Parameters:
        caseId - The case ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceCode

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

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

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

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

        RequestedServiceQuotaChange.Builder desiredValue​(Double desiredValue)

        The new, increased value for the quota.

        Parameters:
        desiredValue - The new, increased value for the quota.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • created

        RequestedServiceQuotaChange.Builder created​(Instant created)

        The date and time when the quota increase request was received and the case ID was created.

        Parameters:
        created - The date and time when the quota increase request was received and the case ID was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdated

        RequestedServiceQuotaChange.Builder lastUpdated​(Instant lastUpdated)

        The date and time of the most recent change.

        Parameters:
        lastUpdated - The date and time of the most recent change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requester

        RequestedServiceQuotaChange.Builder requester​(String requester)

        The IAM identity of the requester.

        Parameters:
        requester - The IAM identity of the requester.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quotaArn

        RequestedServiceQuotaChange.Builder quotaArn​(String quotaArn)

        The Amazon Resource Name (ARN) of the quota.

        Parameters:
        quotaArn - The Amazon Resource Name (ARN) of the quota.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • globalQuota

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

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

        RequestedServiceQuotaChange.Builder quotaRequestedAtLevel​(String quotaRequestedAtLevel)

        Specifies at which level within the Amazon Web Services account the quota request applies to.

        Parameters:
        quotaRequestedAtLevel - Specifies at which level within the Amazon Web Services account the quota request applies to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AppliedLevelEnum, AppliedLevelEnum
      • quotaRequestedAtLevel

        RequestedServiceQuotaChange.Builder quotaRequestedAtLevel​(AppliedLevelEnum quotaRequestedAtLevel)

        Specifies at which level within the Amazon Web Services account the quota request applies to.

        Parameters:
        quotaRequestedAtLevel - Specifies at which level within the Amazon Web Services account the quota request applies to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AppliedLevelEnum, AppliedLevelEnum
      • quotaContext

        RequestedServiceQuotaChange.Builder quotaContext​(QuotaContextInfo quotaContext)

        The context for this service quota.

        Parameters:
        quotaContext - The context for this service quota.
        Returns:
        Returns a reference to this object so that method calls can be chained together.