Interface ListMetricSetsResponse.Builder

    • Method Detail

      • metricSetSummaryList

        ListMetricSetsResponse.Builder metricSetSummaryList​(Collection<MetricSetSummary> metricSetSummaryList)

        A list of the datasets in the AWS Region, with configuration details for each.

        Parameters:
        metricSetSummaryList - A list of the datasets in the AWS Region, with configuration details for each.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricSetSummaryList

        ListMetricSetsResponse.Builder metricSetSummaryList​(MetricSetSummary... metricSetSummaryList)

        A list of the datasets in the AWS Region, with configuration details for each.

        Parameters:
        metricSetSummaryList - A list of the datasets in the AWS Region, with configuration details for each.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListMetricSetsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, the list call returns this token. To retrieve the next set of results, use the token in the next list request.

        Parameters:
        nextToken - If the response is truncated, the list call returns this token. To retrieve the next set of results, use the token in the next list request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.