Interface UpdateInputDeviceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateInputDeviceResponse.Builder,UpdateInputDeviceResponse>,MediaLiveResponse.Builder,SdkBuilder<UpdateInputDeviceResponse.Builder,UpdateInputDeviceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateInputDeviceResponse
public static interface UpdateInputDeviceResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<UpdateInputDeviceResponse.Builder,UpdateInputDeviceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateInputDeviceResponse.Builderarn(String arn)The unique ARN of the input device.UpdateInputDeviceResponse.BuilderavailabilityZone(String availabilityZone)The Availability Zone associated with this input device.UpdateInputDeviceResponse.BuilderconnectionState(String connectionState)The state of the connection between the input device and AWS.UpdateInputDeviceResponse.BuilderconnectionState(InputDeviceConnectionState connectionState)The state of the connection between the input device and AWS.UpdateInputDeviceResponse.BuilderdeviceSettingsSyncState(String deviceSettingsSyncState)The status of the action to synchronize the device configuration.UpdateInputDeviceResponse.BuilderdeviceSettingsSyncState(DeviceSettingsSyncState deviceSettingsSyncState)The status of the action to synchronize the device configuration.UpdateInputDeviceResponse.BuilderdeviceUpdateStatus(String deviceUpdateStatus)The status of software on the input device.UpdateInputDeviceResponse.BuilderdeviceUpdateStatus(DeviceUpdateStatus deviceUpdateStatus)The status of software on the input device.default UpdateInputDeviceResponse.BuilderhdDeviceSettings(Consumer<InputDeviceHdSettings.Builder> hdDeviceSettings)Settings that describe an input device that is type HD.UpdateInputDeviceResponse.BuilderhdDeviceSettings(InputDeviceHdSettings hdDeviceSettings)Settings that describe an input device that is type HD.UpdateInputDeviceResponse.Builderid(String id)The unique ID of the input device.UpdateInputDeviceResponse.BuildermacAddress(String macAddress)The network MAC address of the input device.UpdateInputDeviceResponse.BuildermedialiveInputArns(String... medialiveInputArns)An array of the ARNs for the MediaLive inputs attached to the device.UpdateInputDeviceResponse.BuildermedialiveInputArns(Collection<String> medialiveInputArns)An array of the ARNs for the MediaLive inputs attached to the device.UpdateInputDeviceResponse.Buildername(String name)A name that you specify for the input device.default UpdateInputDeviceResponse.BuildernetworkSettings(Consumer<InputDeviceNetworkSettings.Builder> networkSettings)The network settings for the input device.UpdateInputDeviceResponse.BuildernetworkSettings(InputDeviceNetworkSettings networkSettings)The network settings for the input device.UpdateInputDeviceResponse.BuilderoutputType(String outputType)The output attachment type of the input device.UpdateInputDeviceResponse.BuilderoutputType(InputDeviceOutputType outputType)The output attachment type of the input device.UpdateInputDeviceResponse.BuilderserialNumber(String serialNumber)The unique serial number of the input device.UpdateInputDeviceResponse.Buildertags(Map<String,String> tags)A collection of key-value pairs.UpdateInputDeviceResponse.Buildertype(String type)The type of the input device.UpdateInputDeviceResponse.Buildertype(InputDeviceType type)The type of the input device.default UpdateInputDeviceResponse.BuilderuhdDeviceSettings(Consumer<InputDeviceUhdSettings.Builder> uhdDeviceSettings)Settings that describe an input device that is type UHD.UpdateInputDeviceResponse.BuilderuhdDeviceSettings(InputDeviceUhdSettings uhdDeviceSettings)Settings that describe an input device that is type UHD.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
UpdateInputDeviceResponse.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.
-
connectionState
UpdateInputDeviceResponse.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:
InputDeviceConnectionState,InputDeviceConnectionState
-
connectionState
UpdateInputDeviceResponse.Builder connectionState(InputDeviceConnectionState 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:
InputDeviceConnectionState,InputDeviceConnectionState
-
deviceSettingsSyncState
UpdateInputDeviceResponse.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
UpdateInputDeviceResponse.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
UpdateInputDeviceResponse.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
-
deviceUpdateStatus
UpdateInputDeviceResponse.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:
DeviceUpdateStatus,DeviceUpdateStatus
-
hdDeviceSettings
UpdateInputDeviceResponse.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 UpdateInputDeviceResponse.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 theInputDeviceHdSettings.Builderavoiding the need to create one manually viaInputDeviceHdSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohdDeviceSettings(InputDeviceHdSettings).- Parameters:
hdDeviceSettings- a consumer that will call methods onInputDeviceHdSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
hdDeviceSettings(InputDeviceHdSettings)
-
id
UpdateInputDeviceResponse.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
UpdateInputDeviceResponse.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
UpdateInputDeviceResponse.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
UpdateInputDeviceResponse.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.
-
networkSettings
default UpdateInputDeviceResponse.Builder networkSettings(Consumer<InputDeviceNetworkSettings.Builder> networkSettings)
The network settings for the input device. This is a convenience method that creates an instance of theInputDeviceNetworkSettings.Builderavoiding the need to create one manually viaInputDeviceNetworkSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonetworkSettings(InputDeviceNetworkSettings).- Parameters:
networkSettings- a consumer that will call methods onInputDeviceNetworkSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
networkSettings(InputDeviceNetworkSettings)
-
serialNumber
UpdateInputDeviceResponse.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
UpdateInputDeviceResponse.Builder type(String 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:
InputDeviceType,InputDeviceType
-
type
UpdateInputDeviceResponse.Builder type(InputDeviceType 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:
InputDeviceType,InputDeviceType
-
uhdDeviceSettings
UpdateInputDeviceResponse.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 UpdateInputDeviceResponse.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 theInputDeviceUhdSettings.Builderavoiding the need to create one manually viaInputDeviceUhdSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touhdDeviceSettings(InputDeviceUhdSettings).- Parameters:
uhdDeviceSettings- a consumer that will call methods onInputDeviceUhdSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
uhdDeviceSettings(InputDeviceUhdSettings)
-
tags
UpdateInputDeviceResponse.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
UpdateInputDeviceResponse.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
UpdateInputDeviceResponse.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
UpdateInputDeviceResponse.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
UpdateInputDeviceResponse.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
UpdateInputDeviceResponse.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
-
-