Interface GetCapacityManagerMetricDataResponse.Builder

    • Method Detail

      • metricDataResults

        GetCapacityManagerMetricDataResponse.Builder metricDataResults​(Collection<MetricDataResult> metricDataResults)

        The metric data points returned by the query. Each result contains dimension values, timestamp, and metric values with their associated statistics.

        Parameters:
        metricDataResults - The metric data points returned by the query. Each result contains dimension values, timestamp, and metric values with their associated statistics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricDataResults

        GetCapacityManagerMetricDataResponse.Builder metricDataResults​(MetricDataResult... metricDataResults)

        The metric data points returned by the query. Each result contains dimension values, timestamp, and metric values with their associated statistics.

        Parameters:
        metricDataResults - The metric data points returned by the query. Each result contains dimension values, timestamp, and metric values with their associated statistics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetCapacityManagerMetricDataResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.