Interface GetQueryResultsRequest.Builder

  • Method Details

    • queryId

      The ID number of the query.

      Parameters:
      queryId - The ID number of the query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      GetQueryResultsRequest.Builder nextToken(String nextToken)

      The token for the next set of items to return. The token expires after 1 hour.

      Parameters:
      nextToken - The token for the next set of items to return. The token expires after 1 hour.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxItems

      The maximum number of log events to return in the response. The maximum is 10,000 log events per request. You can retrieve up to 100,000 log event results from a query by paginating with the nextToken.

      Parameters:
      maxItems - The maximum number of log events to return in the response. The maximum is 10,000 log events per request. You can retrieve up to 100,000 log event results from a query by paginating with the nextToken.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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