Interface BatchGetRumMetricDefinitionsResponse.Builder

    • Method Detail

      • metricDefinitions

        BatchGetRumMetricDefinitionsResponse.Builder metricDefinitions​(Collection<MetricDefinition> metricDefinitions)

        An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.

        Parameters:
        metricDefinitions - An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricDefinitions

        BatchGetRumMetricDefinitionsResponse.Builder metricDefinitions​(MetricDefinition... metricDefinitions)

        An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.

        Parameters:
        metricDefinitions - An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        BatchGetRumMetricDefinitionsResponse.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.