Interface GetQueryResultsRequest.Builder

  • Method Details

    • eventDataStore

      @Deprecated GetQueryResultsRequest.Builder eventDataStore(String eventDataStore)
      Deprecated.
      EventDataStore is no longer required by GetQueryResultsRequest

      The ARN (or ID suffix of the ARN) of the event data store against which the query was run.

      Parameters:
      eventDataStore - The ARN (or ID suffix of the ARN) of the event data store against which the query was run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryId

      The ID of the query for which you want to get results.

      Parameters:
      queryId - The ID of the query for which you want to get results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      GetQueryResultsRequest.Builder nextToken(String nextToken)

      A token you can use to get the next page of query results.

      Parameters:
      nextToken - A token you can use to get the next page of query results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxQueryResults

      GetQueryResultsRequest.Builder maxQueryResults(Integer maxQueryResults)

      The maximum number of query results to display on a single page.

      Parameters:
      maxQueryResults - The maximum number of query results to display on a single page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventDataStoreOwnerAccountId

      GetQueryResultsRequest.Builder eventDataStoreOwnerAccountId(String eventDataStoreOwnerAccountId)

      The account ID of the event data store owner.

      Parameters:
      eventDataStoreOwnerAccountId - The account ID of the event data store owner.
      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.