Interface InputDeviceSummary.Builder

    • Method Detail

      • arn

        InputDeviceSummary.Builder arn​(String arn)
        The unique ARN of the input device.
        Parameters:
        arn - The unique ARN of the input device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceSettingsSyncState

        InputDeviceSummary.Builder deviceSettingsSyncState​(String deviceSettingsSyncState)
        The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.
        Parameters:
        deviceSettingsSyncState - The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeviceSettingsSyncState, DeviceSettingsSyncState
      • deviceSettingsSyncState

        InputDeviceSummary.Builder deviceSettingsSyncState​(DeviceSettingsSyncState deviceSettingsSyncState)
        The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.
        Parameters:
        deviceSettingsSyncState - The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeviceSettingsSyncState, DeviceSettingsSyncState
      • deviceUpdateStatus

        InputDeviceSummary.Builder deviceUpdateStatus​(String deviceUpdateStatus)
        The status of software on the input device.
        Parameters:
        deviceUpdateStatus - The status of software on the input device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeviceUpdateStatus, DeviceUpdateStatus
      • hdDeviceSettings

        InputDeviceSummary.Builder hdDeviceSettings​(InputDeviceHdSettings hdDeviceSettings)
        Settings that describe an input device that is type HD.
        Parameters:
        hdDeviceSettings - Settings that describe an input device that is type HD.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        InputDeviceSummary.Builder id​(String id)
        The unique ID of the input device.
        Parameters:
        id - The unique ID of the input device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • macAddress

        InputDeviceSummary.Builder macAddress​(String macAddress)
        The network MAC address of the input device.
        Parameters:
        macAddress - The network MAC address of the input device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        InputDeviceSummary.Builder name​(String name)
        A name that you specify for the input device.
        Parameters:
        name - A name that you specify for the input device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkSettings

        InputDeviceSummary.Builder networkSettings​(InputDeviceNetworkSettings networkSettings)
        Network settings for the input device.
        Parameters:
        networkSettings - Network settings for the input device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serialNumber

        InputDeviceSummary.Builder serialNumber​(String serialNumber)
        The unique serial number of the input device.
        Parameters:
        serialNumber - The unique serial number of the input device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uhdDeviceSettings

        InputDeviceSummary.Builder uhdDeviceSettings​(InputDeviceUhdSettings uhdDeviceSettings)
        Settings that describe an input device that is type UHD.
        Parameters:
        uhdDeviceSettings - Settings that describe an input device that is type UHD.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        InputDeviceSummary.Builder tags​(Map<String,​String> tags)
        A collection of key-value pairs.
        Parameters:
        tags - A collection of key-value pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • availabilityZone

        InputDeviceSummary.Builder availabilityZone​(String availabilityZone)
        The Availability Zone associated with this input device.
        Parameters:
        availabilityZone - The Availability Zone associated with this input device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • medialiveInputArns

        InputDeviceSummary.Builder medialiveInputArns​(Collection<String> medialiveInputArns)
        An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.
        Parameters:
        medialiveInputArns - An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • medialiveInputArns

        InputDeviceSummary.Builder medialiveInputArns​(String... medialiveInputArns)
        An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.
        Parameters:
        medialiveInputArns - An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputType

        InputDeviceSummary.Builder outputType​(String outputType)
        The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.
        Parameters:
        outputType - The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputDeviceOutputType, InputDeviceOutputType
      • outputType

        InputDeviceSummary.Builder outputType​(InputDeviceOutputType outputType)
        The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.
        Parameters:
        outputType - The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputDeviceOutputType, InputDeviceOutputType