Interface InputDeviceMediaConnectSettings.Builder

    • Method Detail

      • flowArn

        InputDeviceMediaConnectSettings.Builder flowArn​(String flowArn)
        The ARN of the MediaConnect flow.
        Parameters:
        flowArn - The ARN of the MediaConnect flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        InputDeviceMediaConnectSettings.Builder roleArn​(String roleArn)
        The ARN for the role that MediaLive assumes to access the attached flow and secret.
        Parameters:
        roleArn - The ARN for the role that MediaLive assumes to access the attached flow and secret.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secretArn

        InputDeviceMediaConnectSettings.Builder secretArn​(String secretArn)
        The ARN of the secret used to encrypt the stream.
        Parameters:
        secretArn - The ARN of the secret used to encrypt the stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceName

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