Interface Source.Builder

    • Method Detail

      • dataTransferSubscriberFeePercent

        Source.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.
      • decryption

        Source.Builder decryption​(Encryption decryption)
        The type of encryption that is used on the content ingested from this source.
        Parameters:
        decryption - The type of encryption that is used on the content ingested from this source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        Source.Builder description​(String description)
        A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
        Parameters:
        description - A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entitlementArn

        Source.Builder entitlementArn​(String entitlementArn)
        The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.
        Parameters:
        entitlementArn - The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestIp

        Source.Builder ingestIp​(String ingestIp)
        The IP address that the flow will be listening on for incoming content.
        Parameters:
        ingestIp - The IP address that the flow will be listening on for incoming content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestPort

        Source.Builder ingestPort​(Integer ingestPort)
        The port that the flow will be listening on for incoming content.
        Parameters:
        ingestPort - The port that the flow will be listening on for incoming content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaStreamSourceConfigurations

        Source.Builder mediaStreamSourceConfigurations​(Collection<MediaStreamSourceConfiguration> mediaStreamSourceConfigurations)
        The media streams that are associated with the source, and the parameters for those associations.
        Parameters:
        mediaStreamSourceConfigurations - The media streams that are associated with the source, and the parameters for those associations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaStreamSourceConfigurations

        Source.Builder mediaStreamSourceConfigurations​(MediaStreamSourceConfiguration... mediaStreamSourceConfigurations)
        The media streams that are associated with the source, and the parameters for those associations.
        Parameters:
        mediaStreamSourceConfigurations - The media streams that are associated with the source, and the parameters for those associations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Source.Builder name​(String name)
        The name of the source.
        Parameters:
        name - The name of the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • senderControlPort

        Source.Builder senderControlPort​(Integer senderControlPort)
        The port that the flow uses to send outbound requests to initiate connection with the sender.
        Parameters:
        senderControlPort - The port that the flow uses to send outbound requests to initiate connection with the sender.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • senderIpAddress

        Source.Builder senderIpAddress​(String senderIpAddress)
        The IP address that the flow communicates with to initiate connection with the sender.
        Parameters:
        senderIpAddress - The IP address that the flow communicates with to initiate connection with the sender.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceArn

        Source.Builder sourceArn​(String sourceArn)
        The ARN of the source.
        Parameters:
        sourceArn - The ARN of the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transport

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

        Source.Builder vpcInterfaceName​(String vpcInterfaceName)
        The name of the VPC interface that is used for this source.
        Parameters:
        vpcInterfaceName - The name of the VPC interface that is used for this source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • whitelistCidr

        Source.Builder whitelistCidr​(String whitelistCidr)
        The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
        Parameters:
        whitelistCidr - The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gatewayBridgeSource

        Source.Builder gatewayBridgeSource​(GatewayBridgeSource gatewayBridgeSource)
        The source configuration for cloud flows receiving a stream from a bridge.
        Parameters:
        gatewayBridgeSource - The source configuration for cloud flows receiving a stream from a bridge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.