Interface ListMetricStreamsResponse.Builder

    • Method Detail

      • nextToken

        ListMetricStreamsResponse.Builder nextToken​(String nextToken)

        The token that marks the start of the next batch of returned results. You can use this token in a subsequent operation to get the next batch of results.

        Parameters:
        nextToken - The token that marks the start of the next batch of returned results. You can use this token in a subsequent operation to get the next batch of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        ListMetricStreamsResponse.Builder entries​(MetricStreamEntry... entries)

        The array of metric stream information.

        Parameters:
        entries - The array of metric stream information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.