| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
Input |
Input.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Input |
Input.clearTagsEntries()
Removes all the entries added into Tags.
|
Input |
Input.clone() |
Input |
UpdateInputResult.getInput() |
Input |
CreateInputResult.getInput() |
Input |
CreatePartnerInputResult.getInput() |
Input |
Input.withArn(String arn)
The Unique ARN of the input (generated, immutable).
|
Input |
Input.withAttachedChannels(Collection<String> attachedChannels)
A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).
|
Input |
Input.withAttachedChannels(String... attachedChannels)
A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).
|
Input |
Input.withDestinations(Collection<InputDestination> destinations)
A list of the destinations of the input (PUSH-type).
|
Input |
Input.withDestinations(InputDestination... destinations)
A list of the destinations of the input (PUSH-type).
|
Input |
Input.withId(String id)
The generated ID of the input (unique for user account, immutable).
|
Input |
Input.withInputClass(InputClass inputClass)
STANDARD - MediaLive expects two sources to be connected to this input.
|
Input |
Input.withInputClass(String inputClass)
STANDARD - MediaLive expects two sources to be connected to this input.
|
Input |
Input.withInputDevices(Collection<InputDeviceSettings> inputDevices)
Settings for the input devices.
|
Input |
Input.withInputDevices(InputDeviceSettings... inputDevices)
Settings for the input devices.
|
Input |
Input.withInputPartnerIds(Collection<String> inputPartnerIds)
A list of IDs for all Inputs which are partners of this one.
|
Input |
Input.withInputPartnerIds(String... inputPartnerIds)
A list of IDs for all Inputs which are partners of this one.
|
Input |
Input.withInputSourceType(InputSourceType inputSourceType)
Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during
input switch actions.
|
Input |
Input.withInputSourceType(String inputSourceType)
Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during
input switch actions.
|
Input |
Input.withMediaConnectFlows(Collection<MediaConnectFlow> mediaConnectFlows)
A list of MediaConnect Flows for this input.
|
Input |
Input.withMediaConnectFlows(MediaConnectFlow... mediaConnectFlows)
A list of MediaConnect Flows for this input.
|
Input |
Input.withName(String name)
The user-assigned name (This is a mutable value).
|
Input |
Input.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
|
Input |
Input.withSecurityGroups(Collection<String> securityGroups)
A list of IDs for all the Input Security Groups attached to the input.
|
Input |
Input.withSecurityGroups(String... securityGroups)
A list of IDs for all the Input Security Groups attached to the input.
|
Input |
Input.withSources(Collection<InputSource> sources)
A list of the sources of the input (PULL-type).
|
Input |
Input.withSources(InputSource... sources)
A list of the sources of the input (PULL-type).
|
Input |
Input.withState(InputState state) |
Input |
Input.withState(String state) |
Input |
Input.withTags(Map<String,String> tags)
A collection of key-value pairs.
|
Input |
Input.withType(InputType type) |
Input |
Input.withType(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<Input> |
ListInputsResult.getInputs() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateInputResult.setInput(Input input) |
void |
CreateInputResult.setInput(Input input) |
void |
CreatePartnerInputResult.setInput(Input input) |
UpdateInputResult |
UpdateInputResult.withInput(Input input) |
CreateInputResult |
CreateInputResult.withInput(Input input) |
CreatePartnerInputResult |
CreatePartnerInputResult.withInput(Input input) |
ListInputsResult |
ListInputsResult.withInputs(Input... inputs)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInputsResult.setInputs(Collection<Input> inputs) |
ListInputsResult |
ListInputsResult.withInputs(Collection<Input> inputs) |
Copyright © 2021. All rights reserved.