Interface StartTraceRetrievalRequest.Builder

    • Method Detail

      • traceIds

        StartTraceRetrievalRequest.Builder traceIds​(Collection<String> traceIds)

        Specify the trace IDs of the traces to be retrieved.

        Parameters:
        traceIds - Specify the trace IDs of the traces to be retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • traceIds

        StartTraceRetrievalRequest.Builder traceIds​(String... traceIds)

        Specify the trace IDs of the traces to be retrieved.

        Parameters:
        traceIds - Specify the trace IDs of the traces to be retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        StartTraceRetrievalRequest.Builder startTime​(Instant startTime)

        The start of the time range to retrieve traces. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

        Parameters:
        startTime - The start of the time range to retrieve traces. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        StartTraceRetrievalRequest.Builder endTime​(Instant endTime)

        The end of the time range to retrieve traces. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

        Parameters:
        endTime - The end of the time range to retrieve traces. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.