Interface BatchGetTracesResponse.Builder

  • Method Details

    • traces

      Full traces for the specified requests.

      Parameters:
      traces - Full traces for the specified requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traces

      Full traces for the specified requests.

      Parameters:
      traces - Full traces for the specified requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traces

      Full traces for the specified requests.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to traces(List<Trace>).

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

      BatchGetTracesResponse.Builder unprocessedTraceIds(Collection<String> unprocessedTraceIds)

      Trace IDs of requests that haven't been processed.

      Parameters:
      unprocessedTraceIds - Trace IDs of requests that haven't been processed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unprocessedTraceIds

      BatchGetTracesResponse.Builder unprocessedTraceIds(String... unprocessedTraceIds)

      Trace IDs of requests that haven't been processed.

      Parameters:
      unprocessedTraceIds - Trace IDs of requests that haven't been processed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      BatchGetTracesResponse.Builder nextToken(String nextToken)

      Pagination token.

      Parameters:
      nextToken - Pagination token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.