Interface RequestedServiceQuotaChange.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RequestedServiceQuotaChange.Builder,RequestedServiceQuotaChange>, SdkBuilder<RequestedServiceQuotaChange.Builder,RequestedServiceQuotaChange>, SdkPojo
Enclosing class:
RequestedServiceQuotaChange

public static interface RequestedServiceQuotaChange.Builder extends SdkPojo, CopyableBuilder<RequestedServiceQuotaChange.Builder,RequestedServiceQuotaChange>
  • Method Details

    • 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

      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

      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

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

      The state of the quota increase request.

      Parameters:
      status - The state of the quota increase request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The state of the quota increase request.

      Parameters:
      status - The state of the quota increase request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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

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

      The context for this service quota.

      This is a convenience method that creates an instance of the QuotaContextInfo.Builder avoiding the need to create one manually via QuotaContextInfo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to quotaContext(QuotaContextInfo).

      Parameters:
      quotaContext - a consumer that will call methods on QuotaContextInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: