Interface DescribeInputDeviceResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeInputDeviceResponse.Builder,DescribeInputDeviceResponse>, MediaLiveResponse.Builder, SdkBuilder<DescribeInputDeviceResponse.Builder,DescribeInputDeviceResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeInputDeviceResponse

public static interface DescribeInputDeviceResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<DescribeInputDeviceResponse.Builder,DescribeInputDeviceResponse>
  • Method Details

    • 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.
    • connectionState

      DescribeInputDeviceResponse.Builder connectionState(String connectionState)
      The state of the connection between the input device and AWS.
      Parameters:
      connectionState - The state of the connection between the input device and AWS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • connectionState

      The state of the connection between the input device and AWS.
      Parameters:
      connectionState - The state of the connection between the input device and AWS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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:
    • deviceUpdateStatus

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

      DescribeInputDeviceResponse.Builder deviceUpdateStatus(DeviceUpdateStatus 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:
    • 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.
    • hdDeviceSettings

      default DescribeInputDeviceResponse.Builder hdDeviceSettings(Consumer<InputDeviceHdSettings.Builder> hdDeviceSettings)
      Settings that describe an input device that is type HD. This is a convenience method that creates an instance of the InputDeviceHdSettings.Builder avoiding the need to create one manually via InputDeviceHdSettings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to hdDeviceSettings(InputDeviceHdSettings).

      Parameters:
      hdDeviceSettings - a consumer that will call methods on InputDeviceHdSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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

      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.
    • networkSettings

      The network settings for the input device. This is a convenience method that creates an instance of the InputDeviceNetworkSettings.Builder avoiding the need to create one manually via InputDeviceNetworkSettings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to networkSettings(InputDeviceNetworkSettings).

      Parameters:
      networkSettings - a consumer that will call methods on InputDeviceNetworkSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • type

      The type of the input device.
      Parameters:
      type - The type of the input device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the input device.
      Parameters:
      type - The type of the input device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • uhdDeviceSettings

      default DescribeInputDeviceResponse.Builder uhdDeviceSettings(Consumer<InputDeviceUhdSettings.Builder> uhdDeviceSettings)
      Settings that describe an input device that is type UHD. This is a convenience method that creates an instance of the InputDeviceUhdSettings.Builder avoiding the need to create one manually via InputDeviceUhdSettings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to uhdDeviceSettings(InputDeviceUhdSettings).

      Parameters:
      uhdDeviceSettings - a consumer that will call methods on InputDeviceUhdSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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:
    • 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: