| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.arn(String arn)
The Unique ARN of the input (generated, immutable).
|
DescribeInputResponse.Builder |
DescribeInputResponse.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).
|
DescribeInputResponse.Builder |
DescribeInputResponse.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).
|
static DescribeInputResponse.Builder |
DescribeInputResponse.builder() |
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.destinations(Collection<InputDestination> destinations)
A list of the destinations of the input (PUSH-type).
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.destinations(Consumer<InputDestination.Builder>... destinations)
A list of the destinations of the input (PUSH-type).
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.destinations(InputDestination... destinations)
A list of the destinations of the input (PUSH-type).
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.id(String id)
The generated ID of the input (unique for user account, immutable).
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.inputClass(InputClass inputClass)
STANDARD - MediaLive expects two sources to be connected to this input.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.inputClass(String inputClass)
STANDARD - MediaLive expects two sources to be connected to this input.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.inputDevices(Collection<InputDeviceSettings> inputDevices)
Settings for the input devices.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.inputDevices(Consumer<InputDeviceSettings.Builder>... inputDevices)
Settings for the input devices.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.inputDevices(InputDeviceSettings... inputDevices)
Settings for the input devices.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.inputPartnerIds(Collection<String> inputPartnerIds)
A list of IDs for all Inputs which are partners of this one.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.inputPartnerIds(String... inputPartnerIds)
A list of IDs for all Inputs which are partners of this one.
|
DescribeInputResponse.Builder |
DescribeInputResponse.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.
|
DescribeInputResponse.Builder |
DescribeInputResponse.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.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.mediaConnectFlows(Collection<MediaConnectFlow> mediaConnectFlows)
A list of MediaConnect Flows for this input.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.mediaConnectFlows(Consumer<MediaConnectFlow.Builder>... mediaConnectFlows)
A list of MediaConnect Flows for this input.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.mediaConnectFlows(MediaConnectFlow... mediaConnectFlows)
A list of MediaConnect Flows for this input.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.name(String name)
The user-assigned name (This is a mutable value).
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.securityGroups(Collection<String> securityGroups)
A list of IDs for all the Input Security Groups attached to the input.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.securityGroups(String... securityGroups)
A list of IDs for all the Input Security Groups attached to the input.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.sources(Collection<InputSource> sources)
A list of the sources of the input (PULL-type).
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.sources(Consumer<InputSource.Builder>... sources)
A list of the sources of the input (PULL-type).
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.sources(InputSource... sources)
A list of the sources of the input (PULL-type).
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.state(InputState state)
Sets the value of the State property for this object.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.state(String state)
Sets the value of the State property for this object.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.tags(Map<String,String> tags)
A collection of key-value pairs.
|
DescribeInputResponse.Builder |
DescribeInputResponse.toBuilder() |
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.type(InputType type)
Sets the value of the Type property for this object.
|
DescribeInputResponse.Builder |
DescribeInputResponse.Builder.type(String type)
Sets the value of the Type property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeInputResponse.Builder> |
DescribeInputResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.