Interface StopMetricStreamsRequest.Builder

    • Method Detail

      • names

        StopMetricStreamsRequest.Builder names​(Collection<String> names)

        The array of the names of metric streams to stop streaming.

        This is an "all or nothing" operation. If you do not have permission to access all of the metric streams that you list here, then none of the streams that you list in the operation will stop streaming.

        Parameters:
        names - The array of the names of metric streams to stop streaming.

        This is an "all or nothing" operation. If you do not have permission to access all of the metric streams that you list here, then none of the streams that you list in the operation will stop streaming.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • names

        StopMetricStreamsRequest.Builder names​(String... names)

        The array of the names of metric streams to stop streaming.

        This is an "all or nothing" operation. If you do not have permission to access all of the metric streams that you list here, then none of the streams that you list in the operation will stop streaming.

        Parameters:
        names - The array of the names of metric streams to stop streaming.

        This is an "all or nothing" operation. If you do not have permission to access all of the metric streams that you list here, then none of the streams that you list in the operation will stop streaming.

        Returns:
        Returns a reference to this object so that method calls can be chained together.