Interface AddFlowMediaStreamsResponse.Builder

    • Method Detail

      • flowArn

        AddFlowMediaStreamsResponse.Builder flowArn​(String flowArn)
        The ARN of the flow that you added media streams to.
        Parameters:
        flowArn - The ARN of the flow that you added media streams to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaStreams

        AddFlowMediaStreamsResponse.Builder mediaStreams​(Collection<MediaStream> mediaStreams)
        The media streams that you added to the flow.
        Parameters:
        mediaStreams - The media streams that you added to the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaStreams

        AddFlowMediaStreamsResponse.Builder mediaStreams​(MediaStream... mediaStreams)
        The media streams that you added to the flow.
        Parameters:
        mediaStreams - The media streams that you added to the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.