Input.Builder |
Input.Builder.arn(String arn) |
The Unique ARN of the input (generated, immutable).
|
Input.Builder |
Input.Builder.attachedChannels(String... attachedChannels) |
A list of channel IDs that that input is attached to (currently an input can only be attached to one
channel).
|
Input.Builder |
Input.Builder.attachedChannels(Collection<String> attachedChannels) |
A list of channel IDs that that input is attached to (currently an input can only be attached to one
channel).
|
static Input.Builder |
Input.builder() |
|
Input.Builder |
Input.Builder.destinations(Collection<InputDestination> destinations) |
A list of the destinations of the input (PUSH-type).
|
Input.Builder |
Input.Builder.destinations(Consumer<InputDestination.Builder>... destinations) |
A list of the destinations of the input (PUSH-type).
|
Input.Builder |
Input.Builder.destinations(InputDestination... destinations) |
A list of the destinations of the input (PUSH-type).
|
Input.Builder |
Input.Builder.id(String id) |
The generated ID of the input (unique for user account, immutable).
|
Input.Builder |
Input.Builder.inputClass(String inputClass) |
STANDARD - MediaLive expects two sources to be connected to this input.
|
Input.Builder |
Input.Builder.inputClass(InputClass inputClass) |
STANDARD - MediaLive expects two sources to be connected to this input.
|
Input.Builder |
Input.Builder.inputDevices(Collection<InputDeviceSettings> inputDevices) |
Settings for the input devices.
|
Input.Builder |
Input.Builder.inputDevices(Consumer<InputDeviceSettings.Builder>... inputDevices) |
Settings for the input devices.
|
Input.Builder |
Input.Builder.inputDevices(InputDeviceSettings... inputDevices) |
Settings for the input devices.
|
Input.Builder |
Input.Builder.inputPartnerIds(String... inputPartnerIds) |
A list of IDs for all Inputs which are partners of this one.
|
Input.Builder |
Input.Builder.inputPartnerIds(Collection<String> inputPartnerIds) |
A list of IDs for all Inputs which are partners of this one.
|
Input.Builder |
Input.Builder.inputSourceType(String inputSourceType) |
Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during
input switch actions.
|
Input.Builder |
Input.Builder.inputSourceType(InputSourceType inputSourceType) |
Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during
input switch actions.
|
Input.Builder |
Input.Builder.mediaConnectFlows(Collection<MediaConnectFlow> mediaConnectFlows) |
A list of MediaConnect Flows for this input.
|
Input.Builder |
Input.Builder.mediaConnectFlows(Consumer<MediaConnectFlow.Builder>... mediaConnectFlows) |
A list of MediaConnect Flows for this input.
|
Input.Builder |
Input.Builder.mediaConnectFlows(MediaConnectFlow... mediaConnectFlows) |
A list of MediaConnect Flows for this input.
|
Input.Builder |
Input.Builder.name(String name) |
The user-assigned name (This is a mutable value).
|
Input.Builder |
Input.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
|
Input.Builder |
Input.Builder.securityGroups(String... securityGroups) |
A list of IDs for all the Input Security Groups attached to the input.
|
Input.Builder |
Input.Builder.securityGroups(Collection<String> securityGroups) |
A list of IDs for all the Input Security Groups attached to the input.
|
Input.Builder |
Input.Builder.sources(Collection<InputSource> sources) |
A list of the sources of the input (PULL-type).
|
Input.Builder |
Input.Builder.sources(Consumer<InputSource.Builder>... sources) |
A list of the sources of the input (PULL-type).
|
Input.Builder |
Input.Builder.sources(InputSource... sources) |
A list of the sources of the input (PULL-type).
|
Input.Builder |
Input.Builder.state(String state) |
Sets the value of the State property for this object.
|
Input.Builder |
Input.Builder.state(InputState state) |
Sets the value of the State property for this object.
|
Input.Builder |
Input.Builder.tags(Map<String,String> tags) |
A collection of key-value pairs.
|
Input.Builder |
Input.toBuilder() |
|
Input.Builder |
Input.Builder.type(String type) |
Sets the value of the Type property for this object.
|
Input.Builder |
Input.Builder.type(InputType type) |
Sets the value of the Type property for this object.
|