Interface GetQueryResultsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetQueryResultsRequest.Builder,GetQueryResultsRequest>, InternetMonitorRequest.Builder, SdkBuilder<GetQueryResultsRequest.Builder,GetQueryResultsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetQueryResultsRequest

public static interface GetQueryResultsRequest.Builder extends InternetMonitorRequest.Builder, SdkPojo, CopyableBuilder<GetQueryResultsRequest.Builder,GetQueryResultsRequest>
  • Method Details

    • monitorName

      GetQueryResultsRequest.Builder monitorName(String monitorName)

      The name of the monitor to return data for.

      Parameters:
      monitorName - The name of the monitor to return data for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryId

      The ID of the query that you want to return data results for. A QueryId is an internally-generated identifier for a specific query.

      Parameters:
      queryId - The ID of the query that you want to return data results for. A QueryId is an internally-generated identifier for a specific 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 results. You receive this token from a previous call.

      Parameters:
      nextToken - The token for the next set of results. You receive this token from a previous call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      GetQueryResultsRequest.Builder maxResults(Integer maxResults)

      The number of query results that you want to return with this call.

      Parameters:
      maxResults - The number of query results that you want to return with this call.
      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.