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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeInputDeviceResponse.Builderarn(String arn)The unique ARN of the input device.DescribeInputDeviceResponse.BuilderavailabilityZone(String availabilityZone)The Availability Zone associated with this input device.DescribeInputDeviceResponse.BuilderconnectionState(String connectionState)The state of the connection between the input device and AWS.DescribeInputDeviceResponse.BuilderconnectionState(InputDeviceConnectionState connectionState)The state of the connection between the input device and AWS.DescribeInputDeviceResponse.BuilderdeviceSettingsSyncState(String deviceSettingsSyncState)The status of the action to synchronize the device configuration.DescribeInputDeviceResponse.BuilderdeviceSettingsSyncState(DeviceSettingsSyncState deviceSettingsSyncState)The status of the action to synchronize the device configuration.DescribeInputDeviceResponse.BuilderdeviceUpdateStatus(String deviceUpdateStatus)The status of software on the input device.DescribeInputDeviceResponse.BuilderdeviceUpdateStatus(DeviceUpdateStatus deviceUpdateStatus)The status of software on the input device.default DescribeInputDeviceResponse.BuilderhdDeviceSettings(Consumer<InputDeviceHdSettings.Builder> hdDeviceSettings)Settings that describe an input device that is type HD.DescribeInputDeviceResponse.BuilderhdDeviceSettings(InputDeviceHdSettings hdDeviceSettings)Settings that describe an input device that is type HD.DescribeInputDeviceResponse.Builderid(String id)The unique ID of the input device.DescribeInputDeviceResponse.BuildermacAddress(String macAddress)The network MAC address of the input device.DescribeInputDeviceResponse.BuildermedialiveInputArns(String... medialiveInputArns)An array of the ARNs for the MediaLive inputs attached to the device.DescribeInputDeviceResponse.BuildermedialiveInputArns(Collection<String> medialiveInputArns)An array of the ARNs for the MediaLive inputs attached to the device.DescribeInputDeviceResponse.Buildername(String name)A name that you specify for the input device.default DescribeInputDeviceResponse.BuildernetworkSettings(Consumer<InputDeviceNetworkSettings.Builder> networkSettings)The network settings for the input device.DescribeInputDeviceResponse.BuildernetworkSettings(InputDeviceNetworkSettings networkSettings)The network settings for the input device.DescribeInputDeviceResponse.BuilderoutputType(String outputType)The output attachment type of the input device.DescribeInputDeviceResponse.BuilderoutputType(InputDeviceOutputType outputType)The output attachment type of the input device.DescribeInputDeviceResponse.BuilderserialNumber(String serialNumber)The unique serial number of the input device.DescribeInputDeviceResponse.Buildertags(Map<String,String> tags)A collection of key-value pairs.DescribeInputDeviceResponse.Buildertype(String type)The type of the input device.DescribeInputDeviceResponse.Buildertype(InputDeviceType type)The type of the input device.default DescribeInputDeviceResponse.BuilderuhdDeviceSettings(Consumer<InputDeviceUhdSettings.Builder> uhdDeviceSettings)Settings that describe an input device that is type UHD.DescribeInputDeviceResponse.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
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.
-
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:
InputDeviceConnectionState,InputDeviceConnectionState
-
connectionState
DescribeInputDeviceResponse.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
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
-
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,DeviceUpdateStatus
-
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:
DeviceUpdateStatus,DeviceUpdateStatus
-
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 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
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.
-
networkSettings
default DescribeInputDeviceResponse.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
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
DescribeInputDeviceResponse.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
DescribeInputDeviceResponse.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
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 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
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
-
-