Interface SelectResourceConfigResponse.Builder

  • Method Details

    • results

      Returns the results for the SQL query.

      Parameters:
      results - Returns the results for the SQL query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • results

      Returns the results for the SQL query.

      Parameters:
      results - Returns the results for the SQL query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryInfo

      Returns the QueryInfo object.

      Parameters:
      queryInfo - Returns the QueryInfo object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryInfo

      Returns the QueryInfo object.

      This is a convenience method that creates an instance of the QueryInfo.Builder avoiding the need to create one manually via QueryInfo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to queryInfo(QueryInfo).

      Parameters:
      queryInfo - a consumer that will call methods on QueryInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

      Parameters:
      nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.