public static interface DescribeInputResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<DescribeInputResponse.Builder,DescribeInputResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInputResponse.Builder |
arn(String arn)
The Unique ARN of the input (generated, immutable).
|
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 |
attachedChannels(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 |
destinations(Collection<InputDestination> destinations)
A list of the destinations of the input (PUSH-type).
|
DescribeInputResponse.Builder |
destinations(Consumer<InputDestination.Builder>... destinations)
A list of the destinations of the input (PUSH-type).
|
DescribeInputResponse.Builder |
destinations(InputDestination... destinations)
A list of the destinations of the input (PUSH-type).
|
DescribeInputResponse.Builder |
id(String id)
The generated ID of the input (unique for user account, immutable).
|
DescribeInputResponse.Builder |
inputClass(InputClass inputClass)
STANDARD - MediaLive expects two sources to be connected to this input.
|
DescribeInputResponse.Builder |
inputClass(String inputClass)
STANDARD - MediaLive expects two sources to be connected to this input.
|
DescribeInputResponse.Builder |
inputDevices(Collection<InputDeviceSettings> inputDevices)
Settings for the input devices.
|
DescribeInputResponse.Builder |
inputDevices(Consumer<InputDeviceSettings.Builder>... inputDevices)
Settings for the input devices.
|
DescribeInputResponse.Builder |
inputDevices(InputDeviceSettings... inputDevices)
Settings for the input devices.
|
DescribeInputResponse.Builder |
inputPartnerIds(Collection<String> inputPartnerIds)
A list of IDs for all Inputs which are partners of this one.
|
DescribeInputResponse.Builder |
inputPartnerIds(String... inputPartnerIds)
A list of IDs for all Inputs which are partners of this one.
|
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 |
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 |
mediaConnectFlows(Collection<MediaConnectFlow> mediaConnectFlows)
A list of MediaConnect Flows for this input.
|
DescribeInputResponse.Builder |
mediaConnectFlows(Consumer<MediaConnectFlow.Builder>... mediaConnectFlows)
A list of MediaConnect Flows for this input.
|
DescribeInputResponse.Builder |
mediaConnectFlows(MediaConnectFlow... mediaConnectFlows)
A list of MediaConnect Flows for this input.
|
DescribeInputResponse.Builder |
name(String name)
The user-assigned name (This is a mutable value).
|
DescribeInputResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
|
DescribeInputResponse.Builder |
securityGroups(Collection<String> securityGroups)
A list of IDs for all the Input Security Groups attached to the input.
|
DescribeInputResponse.Builder |
securityGroups(String... securityGroups)
A list of IDs for all the Input Security Groups attached to the input.
|
DescribeInputResponse.Builder |
sources(Collection<InputSource> sources)
A list of the sources of the input (PULL-type).
|
DescribeInputResponse.Builder |
sources(Consumer<InputSource.Builder>... sources)
A list of the sources of the input (PULL-type).
|
DescribeInputResponse.Builder |
sources(InputSource... sources)
A list of the sources of the input (PULL-type).
|
DescribeInputResponse.Builder |
state(InputState state)
Sets the value of the State property for this object.
|
DescribeInputResponse.Builder |
state(String state)
Sets the value of the State property for this object.
|
DescribeInputResponse.Builder |
tags(Map<String,String> tags)
A collection of key-value pairs.
|
DescribeInputResponse.Builder |
type(InputType type)
Sets the value of the Type property for this object.
|
DescribeInputResponse.Builder |
type(String type)
Sets the value of the Type property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInputResponse.Builder arn(String arn)
arn - The Unique ARN of the input (generated, immutable).DescribeInputResponse.Builder attachedChannels(Collection<String> attachedChannels)
attachedChannels - A list of channel IDs that that input is attached to (currently an input can only be attached to one
channel).DescribeInputResponse.Builder attachedChannels(String... attachedChannels)
attachedChannels - A list of channel IDs that that input is attached to (currently an input can only be attached to one
channel).DescribeInputResponse.Builder destinations(Collection<InputDestination> destinations)
destinations - A list of the destinations of the input (PUSH-type).DescribeInputResponse.Builder destinations(InputDestination... destinations)
destinations - A list of the destinations of the input (PUSH-type).DescribeInputResponse.Builder destinations(Consumer<InputDestination.Builder>... destinations)
InputDestination.Builder avoiding the need to
create one manually via InputDestination.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #destinations(List.
destinations - a consumer that will call methods on
InputDestination.Builder#destinations(java.util.Collection) DescribeInputResponse.Builder id(String id)
id - The generated ID of the input (unique for user account, immutable).DescribeInputResponse.Builder inputClass(String inputClass)
inputClass - STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also
STANDARD, both sources will be ingested. If the channel is SINGLE_PIPELINE, only the first source will
be ingested; the second source will always be ignored, even if the first source fails. SINGLE_PIPELINE
- You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this
value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires
two sources in the input.InputClass,
InputClassDescribeInputResponse.Builder inputClass(InputClass inputClass)
inputClass - STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also
STANDARD, both sources will be ingested. If the channel is SINGLE_PIPELINE, only the first source will
be ingested; the second source will always be ignored, even if the first source fails. SINGLE_PIPELINE
- You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this
value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires
two sources in the input.InputClass,
InputClassDescribeInputResponse.Builder inputDevices(Collection<InputDeviceSettings> inputDevices)
inputDevices - Settings for the input devices.DescribeInputResponse.Builder inputDevices(InputDeviceSettings... inputDevices)
inputDevices - Settings for the input devices.DescribeInputResponse.Builder inputDevices(Consumer<InputDeviceSettings.Builder>... inputDevices)
InputDeviceSettings.Builder avoiding the need to
create one manually via InputDeviceSettings.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #inputDevices(List.
inputDevices - a consumer that will call methods on
InputDeviceSettings.Builder#inputDevices(java.util.Collection) DescribeInputResponse.Builder inputPartnerIds(Collection<String> inputPartnerIds)
inputPartnerIds - A list of IDs for all Inputs which are partners of this one.DescribeInputResponse.Builder inputPartnerIds(String... inputPartnerIds)
inputPartnerIds - A list of IDs for all Inputs which are partners of this one.DescribeInputResponse.Builder inputSourceType(String inputSourceType)
inputSourceType - Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes
during input switch actions. Presently, this functionality only works with MP4_FILE and TS_FILE
inputs.InputSourceType,
InputSourceTypeDescribeInputResponse.Builder inputSourceType(InputSourceType inputSourceType)
inputSourceType - Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes
during input switch actions. Presently, this functionality only works with MP4_FILE and TS_FILE
inputs.InputSourceType,
InputSourceTypeDescribeInputResponse.Builder mediaConnectFlows(Collection<MediaConnectFlow> mediaConnectFlows)
mediaConnectFlows - A list of MediaConnect Flows for this input.DescribeInputResponse.Builder mediaConnectFlows(MediaConnectFlow... mediaConnectFlows)
mediaConnectFlows - A list of MediaConnect Flows for this input.DescribeInputResponse.Builder mediaConnectFlows(Consumer<MediaConnectFlow.Builder>... mediaConnectFlows)
MediaConnectFlow.Builder avoiding the need to create
one manually via MediaConnectFlow.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #mediaConnectFlows(List.
mediaConnectFlows - a consumer that will call methods on
MediaConnectFlow.Builder#mediaConnectFlows(java.util.Collection) DescribeInputResponse.Builder name(String name)
name - The user-assigned name (This is a mutable value).DescribeInputResponse.Builder roleArn(String roleArn)
roleArn - The Amazon Resource Name (ARN) of the role this input assumes during and after creation.DescribeInputResponse.Builder securityGroups(Collection<String> securityGroups)
securityGroups - A list of IDs for all the Input Security Groups attached to the input.DescribeInputResponse.Builder securityGroups(String... securityGroups)
securityGroups - A list of IDs for all the Input Security Groups attached to the input.DescribeInputResponse.Builder sources(Collection<InputSource> sources)
sources - A list of the sources of the input (PULL-type).DescribeInputResponse.Builder sources(InputSource... sources)
sources - A list of the sources of the input (PULL-type).DescribeInputResponse.Builder sources(Consumer<InputSource.Builder>... sources)
InputSource.Builder avoiding the need to create one
manually via InputSource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #sources(List.
sources - a consumer that will call methods on
InputSource.Builder#sources(java.util.Collection) DescribeInputResponse.Builder state(String state)
state - The new value for the State property for this object.InputState,
InputStateDescribeInputResponse.Builder state(InputState state)
state - The new value for the State property for this object.InputState,
InputStateDescribeInputResponse.Builder tags(Map<String,String> tags)
tags - A collection of key-value pairs.DescribeInputResponse.Builder type(String type)
DescribeInputResponse.Builder type(InputType type)
Copyright © 2022. All rights reserved.