Interface ListQueriesRequest.Builder

  • Method Details

    • workspaceName

      ListQueriesRequest.Builder workspaceName(String workspaceName)

      The name of the workspace to list queries for.

      Parameters:
      workspaceName - The name of the workspace to list queries for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filter

      An optional filter to return only queries with the specified status. The value must be one of the supported query statuses: SUBMITTED, RUNNING, COMPLETED, FAILED, CANCELED, or CANCELING.

      Parameters:
      filter - An optional filter to return only queries with the specified status. The value must be one of the supported query statuses: SUBMITTED, RUNNING, COMPLETED, FAILED, CANCELED, or CANCELING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListQueriesRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return for each paginated request.

      Parameters:
      maxResults - The maximum number of results to return for each paginated request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListQueriesRequest.Builder nextToken(String nextToken)

      The token to be used for the next set of paginated results.

      Parameters:
      nextToken - The token to be used for the next set of paginated results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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