Interface SdiSourceMapping.Builder

  • Method Details

    • cardNumber

      SdiSourceMapping.Builder cardNumber(Integer cardNumber)
      A number that uniquely identifies the SDI card on the node hardware.
      Parameters:
      cardNumber - A number that uniquely identifies the SDI card on the node hardware.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelNumber

      SdiSourceMapping.Builder channelNumber(Integer channelNumber)
      A number that uniquely identifies a port on the SDI card.
      Parameters:
      channelNumber - A number that uniquely identifies a port on the SDI card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sdiSource

      SdiSourceMapping.Builder sdiSource(String sdiSource)
      The ID of the SdiSource to associate with this port on this card. You can use the ListSdiSources operation to discover all the IDs.
      Parameters:
      sdiSource - The ID of the SdiSource to associate with this port on this card. You can use the ListSdiSources operation to discover all the IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.