Interface ListQueuesRequest.Builder

  • Method Details

    • farmId

      The farm ID of the queue.

      Parameters:
      farmId - The farm ID of the queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • principalId

      ListQueuesRequest.Builder principalId(String principalId)

      The principal IDs to include in the list of queues.

      Parameters:
      principalId - The principal IDs to include in the list of queues.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the queues listed.

      • ACTIVE–The queues are active.

      • SCHEDULING–The queues are scheduling.

      • SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.

      Parameters:
      status - The status of the queues listed.

      • ACTIVE–The queues are active.

      • SCHEDULING–The queues are scheduling.

      • SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.

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

      The status of the queues listed.

      • ACTIVE–The queues are active.

      • SCHEDULING–The queues are scheduling.

      • SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.

      Parameters:
      status - The status of the queues listed.

      • ACTIVE–The queues are active.

      • SCHEDULING–The queues are scheduling.

      • SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.

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

      ListQueuesRequest.Builder nextToken(String 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

      ListQueuesRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

      Parameters:
      maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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