JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.xray.model

Class GetTraceSummariesRequest

    • Constructor Detail

      • GetTraceSummariesRequest

        public GetTraceSummariesRequest()
    • Method Detail

      • setStartTime

        public void setStartTime(Date startTime)

        The start of the time frame for which to retrieve traces.

        Parameters:
        startTime - The start of the time frame for which to retrieve traces.
      • getStartTime

        public Date getStartTime()

        The start of the time frame for which to retrieve traces.

        Returns:
        The start of the time frame for which to retrieve traces.
      • withStartTime

        public GetTraceSummariesRequest withStartTime(Date startTime)

        The start of the time frame for which to retrieve traces.

        Parameters:
        startTime - The start of the time frame for which to retrieve traces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndTime

        public void setEndTime(Date endTime)

        The end of the time frame for which to retrieve traces.

        Parameters:
        endTime - The end of the time frame for which to retrieve traces.
      • getEndTime

        public Date getEndTime()

        The end of the time frame for which to retrieve traces.

        Returns:
        The end of the time frame for which to retrieve traces.
      • withEndTime

        public GetTraceSummariesRequest withEndTime(Date endTime)

        The end of the time frame for which to retrieve traces.

        Parameters:
        endTime - The end of the time frame for which to retrieve traces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTimeRangeType

        public void setTimeRangeType(String timeRangeType)

        A parameter to indicate whether to query trace summaries by TraceId, Event (trace update time), or Service (segment end time).

        Parameters:
        timeRangeType - A parameter to indicate whether to query trace summaries by TraceId, Event (trace update time), or Service (segment end time).
        See Also:
        TimeRangeType
      • getTimeRangeType

        public String getTimeRangeType()

        A parameter to indicate whether to query trace summaries by TraceId, Event (trace update time), or Service (segment end time).

        Returns:
        A parameter to indicate whether to query trace summaries by TraceId, Event (trace update time), or Service (segment end time).
        See Also:
        TimeRangeType
      • withTimeRangeType

        public GetTraceSummariesRequest withTimeRangeType(String timeRangeType)

        A parameter to indicate whether to query trace summaries by TraceId, Event (trace update time), or Service (segment end time).

        Parameters:
        timeRangeType - A parameter to indicate whether to query trace summaries by TraceId, Event (trace update time), or Service (segment end time).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeRangeType
      • withTimeRangeType

        public GetTraceSummariesRequest withTimeRangeType(TimeRangeType timeRangeType)

        A parameter to indicate whether to query trace summaries by TraceId, Event (trace update time), or Service (segment end time).

        Parameters:
        timeRangeType - A parameter to indicate whether to query trace summaries by TraceId, Event (trace update time), or Service (segment end time).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeRangeType
      • setSampling

        public void setSampling(Boolean sampling)

        Set to true to get summaries for only a subset of available traces.

        Parameters:
        sampling - Set to true to get summaries for only a subset of available traces.
      • getSampling

        public Boolean getSampling()

        Set to true to get summaries for only a subset of available traces.

        Returns:
        Set to true to get summaries for only a subset of available traces.
      • withSampling

        public GetTraceSummariesRequest withSampling(Boolean sampling)

        Set to true to get summaries for only a subset of available traces.

        Parameters:
        sampling - Set to true to get summaries for only a subset of available traces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSampling

        public Boolean isSampling()

        Set to true to get summaries for only a subset of available traces.

        Returns:
        Set to true to get summaries for only a subset of available traces.
      • setSamplingStrategy

        public void setSamplingStrategy(SamplingStrategy samplingStrategy)

        A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value.

        Parameters:
        samplingStrategy - A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value.
      • getSamplingStrategy

        public SamplingStrategy getSamplingStrategy()

        A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value.

        Returns:
        A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value.
      • withSamplingStrategy

        public GetTraceSummariesRequest withSamplingStrategy(SamplingStrategy samplingStrategy)

        A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value.

        Parameters:
        samplingStrategy - A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFilterExpression

        public void setFilterExpression(String filterExpression)

        Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.

        Parameters:
        filterExpression - Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
      • getFilterExpression

        public String getFilterExpression()

        Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.

        Returns:
        Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
      • withFilterExpression

        public GetTraceSummariesRequest withFilterExpression(String filterExpression)

        Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.

        Parameters:
        filterExpression - Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

        Specify the pagination token returned by a previous request to retrieve the next page of results.

        Parameters:
        nextToken - Specify the pagination token returned by a previous request to retrieve the next page of results.
      • getNextToken

        public String getNextToken()

        Specify the pagination token returned by a previous request to retrieve the next page of results.

        Returns:
        Specify the pagination token returned by a previous request to retrieve the next page of results.
      • withNextToken

        public GetTraceSummariesRequest withNextToken(String nextToken)

        Specify the pagination token returned by a previous request to retrieve the next page of results.

        Parameters:
        nextToken - Specify the pagination token returned by a previous request to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /