Interface DescribeInputDeviceResponse.Builder

    • Method Detail

      • arn

        DescribeInputDeviceResponse.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

        DescribeInputDeviceResponse.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

        DescribeInputDeviceResponse.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
      • hdDeviceSettings

        DescribeInputDeviceResponse.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

        DescribeInputDeviceResponse.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

        DescribeInputDeviceResponse.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

        DescribeInputDeviceResponse.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

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

        DescribeInputDeviceResponse.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

        DescribeInputDeviceResponse.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

        DescribeInputDeviceResponse.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

        DescribeInputDeviceResponse.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

        DescribeInputDeviceResponse.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

        DescribeInputDeviceResponse.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

        DescribeInputDeviceResponse.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

        DescribeInputDeviceResponse.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