Interface GetCurrentMetricDataResponse.Builder

    • Method Detail

      • nextToken

        GetCurrentMetricDataResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        The token expires after 5 minutes from the time it is created. Subsequent requests that use the token must use the same request parameters as the request that generated the token.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.

        The token expires after 5 minutes from the time it is created. Subsequent requests that use the token must use the same request parameters as the request that generated the token.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricResults

        GetCurrentMetricDataResponse.Builder metricResults​(CurrentMetricResult... metricResults)

        Information about the real-time metrics.

        Parameters:
        metricResults - Information about the real-time metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSnapshotTime

        GetCurrentMetricDataResponse.Builder dataSnapshotTime​(Instant dataSnapshotTime)

        The time at which the metrics were retrieved and cached for pagination.

        Parameters:
        dataSnapshotTime - The time at which the metrics were retrieved and cached for pagination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • approximateTotalCount

        GetCurrentMetricDataResponse.Builder approximateTotalCount​(Long approximateTotalCount)

        The total count of the result, regardless of the current page size.

        Parameters:
        approximateTotalCount - The total count of the result, regardless of the current page size.
        Returns:
        Returns a reference to this object so that method calls can be chained together.