Interface InputDeviceHdSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputDeviceHdSettings.Builder,InputDeviceHdSettings>,SdkBuilder<InputDeviceHdSettings.Builder,InputDeviceHdSettings>,SdkPojo
- Enclosing class:
- InputDeviceHdSettings
public static interface InputDeviceHdSettings.Builder extends SdkPojo, CopyableBuilder<InputDeviceHdSettings.Builder,InputDeviceHdSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDeviceHdSettings.BuilderactiveInput(String activeInput)If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).InputDeviceHdSettings.BuilderactiveInput(InputDeviceActiveInput activeInput)If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).InputDeviceHdSettings.BuilderconfiguredInput(String configuredInput)The source at the input device that is currently active.InputDeviceHdSettings.BuilderconfiguredInput(InputDeviceConfiguredInput configuredInput)The source at the input device that is currently active.InputDeviceHdSettings.BuilderdeviceState(String deviceState)The state of the input device.InputDeviceHdSettings.BuilderdeviceState(InputDeviceState deviceState)The state of the input device.InputDeviceHdSettings.Builderframerate(Double framerate)The frame rate of the video source.InputDeviceHdSettings.Builderheight(Integer height)The height of the video source, in pixels.InputDeviceHdSettings.BuilderlatencyMs(Integer latencyMs)The Link device's buffer size (latency) in milliseconds (ms).InputDeviceHdSettings.BuildermaxBitrate(Integer maxBitrate)The current maximum bitrate for ingesting this source, in bits per second.InputDeviceHdSettings.BuilderscanType(String scanType)The scan type of the video source.InputDeviceHdSettings.BuilderscanType(InputDeviceScanType scanType)The scan type of the video source.InputDeviceHdSettings.Builderwidth(Integer width)The width of the video source, in pixels.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
activeInput
InputDeviceHdSettings.Builder activeInput(String activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).- Parameters:
activeInput- If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InputDeviceActiveInput,InputDeviceActiveInput
-
activeInput
InputDeviceHdSettings.Builder activeInput(InputDeviceActiveInput activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).- Parameters:
activeInput- If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InputDeviceActiveInput,InputDeviceActiveInput
-
configuredInput
InputDeviceHdSettings.Builder configuredInput(String configuredInput)
The source at the input device that is currently active. You can specify this source.- Parameters:
configuredInput- The source at the input device that is currently active. You can specify this source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InputDeviceConfiguredInput,InputDeviceConfiguredInput
-
configuredInput
InputDeviceHdSettings.Builder configuredInput(InputDeviceConfiguredInput configuredInput)
The source at the input device that is currently active. You can specify this source.- Parameters:
configuredInput- The source at the input device that is currently active. You can specify this source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InputDeviceConfiguredInput,InputDeviceConfiguredInput
-
deviceState
InputDeviceHdSettings.Builder deviceState(String deviceState)
The state of the input device.- Parameters:
deviceState- The state of the input device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InputDeviceState,InputDeviceState
-
deviceState
InputDeviceHdSettings.Builder deviceState(InputDeviceState deviceState)
The state of the input device.- Parameters:
deviceState- The state of the input device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InputDeviceState,InputDeviceState
-
framerate
InputDeviceHdSettings.Builder framerate(Double framerate)
The frame rate of the video source.- Parameters:
framerate- The frame rate of the video source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
height
InputDeviceHdSettings.Builder height(Integer height)
The height of the video source, in pixels.- Parameters:
height- The height of the video source, in pixels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxBitrate
InputDeviceHdSettings.Builder maxBitrate(Integer maxBitrate)
The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.- Parameters:
maxBitrate- The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanType
InputDeviceHdSettings.Builder scanType(String scanType)
The scan type of the video source.- Parameters:
scanType- The scan type of the video source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InputDeviceScanType,InputDeviceScanType
-
scanType
InputDeviceHdSettings.Builder scanType(InputDeviceScanType scanType)
The scan type of the video source.- Parameters:
scanType- The scan type of the video source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InputDeviceScanType,InputDeviceScanType
-
width
InputDeviceHdSettings.Builder width(Integer width)
The width of the video source, in pixels.- Parameters:
width- The width of the video source, in pixels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latencyMs
InputDeviceHdSettings.Builder latencyMs(Integer latencyMs)
The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.- Parameters:
latencyMs- The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-