Interface ListQueueLimitAssociationsRequest.Builder

  • Method Details

    • farmId

      The unique identifier of the farm that contains the limits and associations.

      Parameters:
      farmId - The unique identifier of the farm that contains the limits and associations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queueId

      Specifies that the operation should return only the queue limit associations for the specified queue. If you specify both the queueId and the limitId, only the specified limit is returned if it exists.

      Parameters:
      queueId - Specifies that the operation should return only the queue limit associations for the specified queue. If you specify both the queueId and the limitId, only the specified limit is returned if it exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limitId

      Specifies that the operation should return only the queue limit associations for the specified limit. If you specify both the queueId and the limitId, only the specified limit is returned if it exists.

      Parameters:
      limitId - Specifies that the operation should return only the queue limit associations for the specified limit. If you specify both the queueId and the limitId, only the specified limit is returned if it exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token for the next set of results, or null to start from the beginning.

      Parameters:
      nextToken - The token for the next set of results, or null to start from the beginning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of associations to return in each page of results.

      Parameters:
      maxResults - The maximum number of associations to return in each page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListQueueLimitAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.