Interface RequestServiceQuotaIncreaseRequest.Builder

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

      Specifies the new, increased value for the quota.

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

      Specifies the resource with an Amazon Resource Name (ARN).

      Parameters:
      contextId - Specifies the resource with an Amazon Resource Name (ARN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportCaseAllowed

      RequestServiceQuotaIncreaseRequest.Builder supportCaseAllowed(Boolean supportCaseAllowed)

      Specifies if an Amazon Web Services Support case can be opened for the quota increase request. This parameter is optional.

      By default, this flag is set to True and Amazon Web Services may create a support case for some quota increase requests. You can set this flag to False if you do not want a support case created when you request a quota increase. If you set the flag to False, Amazon Web Services does not open a support case and updates the request status to Not approved.

      Parameters:
      supportCaseAllowed - Specifies if an Amazon Web Services Support case can be opened for the quota increase request. This parameter is optional.

      By default, this flag is set to True and Amazon Web Services may create a support case for some quota increase requests. You can set this flag to False if you do not want a support case created when you request a quota increase. If you set the flag to False, Amazon Web Services does not open a support case and updates the request status to Not approved.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.