public static interface UpdateInputDeviceResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<UpdateInputDeviceResponse.Builder,UpdateInputDeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateInputDeviceResponse.Builder |
arn(String arn)
The unique ARN of the input device.
|
UpdateInputDeviceResponse.Builder |
connectionState(InputDeviceConnectionState connectionState)
The state of the connection between the input device and AWS.
|
UpdateInputDeviceResponse.Builder |
connectionState(String connectionState)
The state of the connection between the input device and AWS.
|
UpdateInputDeviceResponse.Builder |
deviceSettingsSyncState(DeviceSettingsSyncState deviceSettingsSyncState)
The status of the action to synchronize the device configuration.
|
UpdateInputDeviceResponse.Builder |
deviceSettingsSyncState(String deviceSettingsSyncState)
The status of the action to synchronize the device configuration.
|
UpdateInputDeviceResponse.Builder |
deviceUpdateStatus(DeviceUpdateStatus deviceUpdateStatus)
The status of software on the input device.
|
UpdateInputDeviceResponse.Builder |
deviceUpdateStatus(String deviceUpdateStatus)
The status of software on the input device.
|
default UpdateInputDeviceResponse.Builder |
hdDeviceSettings(Consumer<InputDeviceHdSettings.Builder> hdDeviceSettings)
Settings that describe an input device that is type HD.
|
UpdateInputDeviceResponse.Builder |
hdDeviceSettings(InputDeviceHdSettings hdDeviceSettings)
Settings that describe an input device that is type HD.
|
UpdateInputDeviceResponse.Builder |
id(String id)
The unique ID of the input device.
|
UpdateInputDeviceResponse.Builder |
macAddress(String macAddress)
The network MAC address of the input device.
|
UpdateInputDeviceResponse.Builder |
name(String name)
A name that you specify for the input device.
|
default UpdateInputDeviceResponse.Builder |
networkSettings(Consumer<InputDeviceNetworkSettings.Builder> networkSettings)
The network settings for the input device.
|
UpdateInputDeviceResponse.Builder |
networkSettings(InputDeviceNetworkSettings networkSettings)
The network settings for the input device.
|
UpdateInputDeviceResponse.Builder |
serialNumber(String serialNumber)
The unique serial number of the input device.
|
UpdateInputDeviceResponse.Builder |
type(InputDeviceType type)
The type of the input device.
|
UpdateInputDeviceResponse.Builder |
type(String type)
The type of the input device.
|
default UpdateInputDeviceResponse.Builder |
uhdDeviceSettings(Consumer<InputDeviceUhdSettings.Builder> uhdDeviceSettings)
Settings that describe an input device that is type UHD.
|
UpdateInputDeviceResponse.Builder |
uhdDeviceSettings(InputDeviceUhdSettings uhdDeviceSettings)
Settings that describe an input device that is type UHD.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateInputDeviceResponse.Builder arn(String arn)
arn - The unique ARN of the input device.UpdateInputDeviceResponse.Builder connectionState(String connectionState)
connectionState - The state of the connection between the input device and AWS.InputDeviceConnectionState,
InputDeviceConnectionStateUpdateInputDeviceResponse.Builder connectionState(InputDeviceConnectionState connectionState)
connectionState - The state of the connection between the input device and AWS.InputDeviceConnectionState,
InputDeviceConnectionStateUpdateInputDeviceResponse.Builder deviceSettingsSyncState(String 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.DeviceSettingsSyncState,
DeviceSettingsSyncStateUpdateInputDeviceResponse.Builder deviceSettingsSyncState(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.DeviceSettingsSyncState,
DeviceSettingsSyncStateUpdateInputDeviceResponse.Builder deviceUpdateStatus(String deviceUpdateStatus)
deviceUpdateStatus - The status of software on the input device.DeviceUpdateStatus,
DeviceUpdateStatusUpdateInputDeviceResponse.Builder deviceUpdateStatus(DeviceUpdateStatus deviceUpdateStatus)
deviceUpdateStatus - The status of software on the input device.DeviceUpdateStatus,
DeviceUpdateStatusUpdateInputDeviceResponse.Builder hdDeviceSettings(InputDeviceHdSettings hdDeviceSettings)
hdDeviceSettings - Settings that describe an input device that is type HD.default UpdateInputDeviceResponse.Builder hdDeviceSettings(Consumer<InputDeviceHdSettings.Builder> hdDeviceSettings)
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).
hdDeviceSettings - a consumer that will call methods on InputDeviceHdSettings.BuilderhdDeviceSettings(InputDeviceHdSettings)UpdateInputDeviceResponse.Builder id(String id)
id - The unique ID of the input device.UpdateInputDeviceResponse.Builder macAddress(String macAddress)
macAddress - The network MAC address of the input device.UpdateInputDeviceResponse.Builder name(String name)
name - A name that you specify for the input device.UpdateInputDeviceResponse.Builder networkSettings(InputDeviceNetworkSettings networkSettings)
networkSettings - The network settings for the input device.default UpdateInputDeviceResponse.Builder networkSettings(Consumer<InputDeviceNetworkSettings.Builder> networkSettings)
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).
networkSettings - a consumer that will call methods on InputDeviceNetworkSettings.BuildernetworkSettings(InputDeviceNetworkSettings)UpdateInputDeviceResponse.Builder serialNumber(String serialNumber)
serialNumber - The unique serial number of the input device.UpdateInputDeviceResponse.Builder type(String type)
type - The type of the input device.InputDeviceType,
InputDeviceTypeUpdateInputDeviceResponse.Builder type(InputDeviceType type)
type - The type of the input device.InputDeviceType,
InputDeviceTypeUpdateInputDeviceResponse.Builder uhdDeviceSettings(InputDeviceUhdSettings uhdDeviceSettings)
uhdDeviceSettings - Settings that describe an input device that is type UHD.default UpdateInputDeviceResponse.Builder uhdDeviceSettings(Consumer<InputDeviceUhdSettings.Builder> uhdDeviceSettings)
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).
uhdDeviceSettings - a consumer that will call methods on InputDeviceUhdSettings.BuilderuhdDeviceSettings(InputDeviceUhdSettings)Copyright © 2022. All rights reserved.