Interface ListRumMetricsDestinationsResponse.Builder

    • Method Detail

      • destinations

        ListRumMetricsDestinationsResponse.Builder destinations​(Collection<MetricDestinationSummary> destinations)

        The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.

        Parameters:
        destinations - The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinations

        ListRumMetricsDestinationsResponse.Builder destinations​(MetricDestinationSummary... destinations)

        The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.

        Parameters:
        destinations - The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRumMetricsDestinationsResponse.Builder nextToken​(String nextToken)

        A token that you can use in a subsequent operation to retrieve the next set of results.

        Parameters:
        nextToken - A token that you can use in a subsequent operation to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.