Interface Output.Builder

    • Method Detail

      • dataTransferSubscriberFeePercent

        Output.Builder dataTransferSubscriberFeePercent​(Integer dataTransferSubscriberFeePercent)
        Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
        Parameters:
        dataTransferSubscriberFeePercent - Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        Output.Builder description​(String description)
        A description of the output.
        Parameters:
        description - A description of the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destination

        Output.Builder destination​(String destination)
        The address where you want to send the output.
        Parameters:
        destination - The address where you want to send the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encryption

        Output.Builder encryption​(Encryption encryption)
        The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
        Parameters:
        encryption - The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entitlementArn

        Output.Builder entitlementArn​(String entitlementArn)
        The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows.
        Parameters:
        entitlementArn - The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • listenerAddress

        Output.Builder listenerAddress​(String listenerAddress)
        The IP address that the receiver requires in order to establish a connection with the flow. For public networking, the ListenerAddress is represented by the elastic IP address of the flow. For private networking, the ListenerAddress is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the Zixi pull or SRT listener protocol.
        Parameters:
        listenerAddress - The IP address that the receiver requires in order to establish a connection with the flow. For public networking, the ListenerAddress is represented by the elastic IP address of the flow. For private networking, the ListenerAddress is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the Zixi pull or SRT listener protocol.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaLiveInputArn

        Output.Builder mediaLiveInputArn​(String mediaLiveInputArn)
        The input ARN of the AWS Elemental MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input.
        Parameters:
        mediaLiveInputArn - The input ARN of the AWS Elemental MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaStreamOutputConfigurations

        Output.Builder mediaStreamOutputConfigurations​(Collection<MediaStreamOutputConfiguration> mediaStreamOutputConfigurations)
        The configuration for each media stream that is associated with the output.
        Parameters:
        mediaStreamOutputConfigurations - The configuration for each media stream that is associated with the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaStreamOutputConfigurations

        Output.Builder mediaStreamOutputConfigurations​(MediaStreamOutputConfiguration... mediaStreamOutputConfigurations)
        The configuration for each media stream that is associated with the output.
        Parameters:
        mediaStreamOutputConfigurations - The configuration for each media stream that is associated with the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Output.Builder name​(String name)
        The name of the output. This value must be unique within the current flow.
        Parameters:
        name - The name of the output. This value must be unique within the current flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputArn

        Output.Builder outputArn​(String outputArn)
        The ARN of the output.
        Parameters:
        outputArn - The ARN of the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        Output.Builder port​(Integer port)
        The port to use when content is distributed to this output.
        Parameters:
        port - The port to use when content is distributed to this output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transport

        Output.Builder transport​(Transport transport)
        Attributes related to the transport stream that are used in the output.
        Parameters:
        transport - Attributes related to the transport stream that are used in the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcInterfaceAttachment

        Output.Builder vpcInterfaceAttachment​(VpcInterfaceAttachment vpcInterfaceAttachment)
        The name of the VPC interface attachment to use for this output.
        Parameters:
        vpcInterfaceAttachment - The name of the VPC interface attachment to use for this output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bridgeArn

        Output.Builder bridgeArn​(String bridgeArn)
        The ARN of the bridge that added this output.
        Parameters:
        bridgeArn - The ARN of the bridge that added this output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bridgePorts

        Output.Builder bridgePorts​(Collection<Integer> bridgePorts)
        The bridge output ports currently in use.
        Parameters:
        bridgePorts - The bridge output ports currently in use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bridgePorts

        Output.Builder bridgePorts​(Integer... bridgePorts)
        The bridge output ports currently in use.
        Parameters:
        bridgePorts - The bridge output ports currently in use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputStatus

        Output.Builder outputStatus​(String outputStatus)
        An indication of whether the output is transmitting data or not.
        Parameters:
        outputStatus - An indication of whether the output is transmitting data or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OutputStatus, OutputStatus
      • outputStatus

        Output.Builder outputStatus​(OutputStatus outputStatus)
        An indication of whether the output is transmitting data or not.
        Parameters:
        outputStatus - An indication of whether the output is transmitting data or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OutputStatus, OutputStatus