Interface ChannelDestinationConfiguration.Builder

    • Method Detail

      • channelArn

        ChannelDestinationConfiguration.Builder channelArn​(String channelArn)

        ARN of the channel to use for broadcasting. The channel and stage resources must be in the same AWS account and region. The channel must be offline (not broadcasting).

        Parameters:
        channelArn - ARN of the channel to use for broadcasting. The channel and stage resources must be in the same AWS account and region. The channel must be offline (not broadcasting).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encoderConfigurationArn

        ChannelDestinationConfiguration.Builder encoderConfigurationArn​(String encoderConfigurationArn)

        ARN of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.

        Parameters:
        encoderConfigurationArn - ARN of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.