Interface GetSampledRequestsResponse.Builder

    • Method Detail

      • sampledRequests

        GetSampledRequestsResponse.Builder sampledRequests​(Collection<SampledHTTPRequest> sampledRequests)

        A complex type that contains detailed information about each of the requests in the sample.

        Parameters:
        sampledRequests - A complex type that contains detailed information about each of the requests in the sample.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sampledRequests

        GetSampledRequestsResponse.Builder sampledRequests​(SampledHTTPRequest... sampledRequests)

        A complex type that contains detailed information about each of the requests in the sample.

        Parameters:
        sampledRequests - A complex type that contains detailed information about each of the requests in the sample.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • populationSize

        GetSampledRequestsResponse.Builder populationSize​(Long populationSize)

        The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

        Parameters:
        populationSize - The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeWindow

        GetSampledRequestsResponse.Builder timeWindow​(TimeWindow timeWindow)

        Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests. Times are in Coordinated Universal Time (UTC) format.

        Parameters:
        timeWindow - Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests. Times are in Coordinated Universal Time (UTC) format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.