public static interface UpdateInputRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<UpdateInputRequest.Builder,UpdateInputRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateInputRequest.Builder |
destinations(Collection<InputDestinationRequest> destinations)
Destination settings for PUSH type inputs.
|
UpdateInputRequest.Builder |
destinations(Consumer<InputDestinationRequest.Builder>... destinations)
Destination settings for PUSH type inputs.
|
UpdateInputRequest.Builder |
destinations(InputDestinationRequest... destinations)
Destination settings for PUSH type inputs.
|
UpdateInputRequest.Builder |
inputDevices(Collection<InputDeviceRequest> inputDevices)
Settings for the devices.
|
UpdateInputRequest.Builder |
inputDevices(Consumer<InputDeviceRequest.Builder>... inputDevices)
Settings for the devices.
|
UpdateInputRequest.Builder |
inputDevices(InputDeviceRequest... inputDevices)
Settings for the devices.
|
UpdateInputRequest.Builder |
inputId(String inputId)
Unique ID of the input.
|
UpdateInputRequest.Builder |
inputSecurityGroups(Collection<String> inputSecurityGroups)
A list of security groups referenced by IDs to attach to the input.
|
UpdateInputRequest.Builder |
inputSecurityGroups(String... inputSecurityGroups)
A list of security groups referenced by IDs to attach to the input.
|
UpdateInputRequest.Builder |
mediaConnectFlows(Collection<MediaConnectFlowRequest> mediaConnectFlows)
A list of the MediaConnect Flow ARNs that you want to use as the source of the input.
|
UpdateInputRequest.Builder |
mediaConnectFlows(Consumer<MediaConnectFlowRequest.Builder>... mediaConnectFlows)
A list of the MediaConnect Flow ARNs that you want to use as the source of the input.
|
UpdateInputRequest.Builder |
mediaConnectFlows(MediaConnectFlowRequest... mediaConnectFlows)
A list of the MediaConnect Flow ARNs that you want to use as the source of the input.
|
UpdateInputRequest.Builder |
name(String name)
Name of the input.
|
UpdateInputRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateInputRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateInputRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
|
UpdateInputRequest.Builder |
sources(Collection<InputSourceRequest> sources)
The source URLs for a PULL-type input.
|
UpdateInputRequest.Builder |
sources(Consumer<InputSourceRequest.Builder>... sources)
The source URLs for a PULL-type input.
|
UpdateInputRequest.Builder |
sources(InputSourceRequest... sources)
The source URLs for a PULL-type input.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateInputRequest.Builder destinations(Collection<InputDestinationRequest> destinations)
destinations - Destination settings for PUSH type inputs.UpdateInputRequest.Builder destinations(InputDestinationRequest... destinations)
destinations - Destination settings for PUSH type inputs.UpdateInputRequest.Builder destinations(Consumer<InputDestinationRequest.Builder>... destinations)
InputDestinationRequest.Builder avoiding the need to
create one manually via
InputDestinationRequest.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
InputDestinationRequest.Builder#destinations(java.util.Collection) UpdateInputRequest.Builder inputDevices(Collection<InputDeviceRequest> inputDevices)
inputDevices - Settings for the devices.UpdateInputRequest.Builder inputDevices(InputDeviceRequest... inputDevices)
inputDevices - Settings for the devices.UpdateInputRequest.Builder inputDevices(Consumer<InputDeviceRequest.Builder>... inputDevices)
InputDeviceRequest.Builder avoiding the need to
create one manually via InputDeviceRequest.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
InputDeviceRequest.Builder#inputDevices(java.util.Collection) UpdateInputRequest.Builder inputId(String inputId)
inputId - Unique ID of the input.UpdateInputRequest.Builder inputSecurityGroups(Collection<String> inputSecurityGroups)
inputSecurityGroups - A list of security groups referenced by IDs to attach to the input.UpdateInputRequest.Builder inputSecurityGroups(String... inputSecurityGroups)
inputSecurityGroups - A list of security groups referenced by IDs to attach to the input.UpdateInputRequest.Builder mediaConnectFlows(Collection<MediaConnectFlowRequest> mediaConnectFlows)
mediaConnectFlows - A list of the MediaConnect Flow ARNs that you want to use as the source of the input. You can specify
as few as one Flow and presently, as many as two. The only requirement is when you have more than one
is that each Flow is in a separate Availability Zone as this ensures your EML input is redundant to AZ
issues.UpdateInputRequest.Builder mediaConnectFlows(MediaConnectFlowRequest... mediaConnectFlows)
mediaConnectFlows - A list of the MediaConnect Flow ARNs that you want to use as the source of the input. You can specify
as few as one Flow and presently, as many as two. The only requirement is when you have more than one
is that each Flow is in a separate Availability Zone as this ensures your EML input is redundant to AZ
issues.UpdateInputRequest.Builder mediaConnectFlows(Consumer<MediaConnectFlowRequest.Builder>... mediaConnectFlows)
MediaConnectFlowRequest.Builder avoiding the need to
create one manually via
MediaConnectFlowRequest.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
MediaConnectFlowRequest.Builder#mediaConnectFlows(java.util.Collection) UpdateInputRequest.Builder name(String name)
name - Name of the input.UpdateInputRequest.Builder roleArn(String roleArn)
roleArn - The Amazon Resource Name (ARN) of the role this input assumes during and after creation.UpdateInputRequest.Builder sources(Collection<InputSourceRequest> sources)
sources - The source URLs for a PULL-type input. Every PULL type input needs exactly two source URLs for
redundancy. Only specify sources for PULL type Inputs. Leave Destinations empty.UpdateInputRequest.Builder sources(InputSourceRequest... sources)
sources - The source URLs for a PULL-type input. Every PULL type input needs exactly two source URLs for
redundancy. Only specify sources for PULL type Inputs. Leave Destinations empty.UpdateInputRequest.Builder sources(Consumer<InputSourceRequest.Builder>... sources)
InputSourceRequest.Builder avoiding the need to
create one manually via InputSourceRequest.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
InputSourceRequest.Builder#sources(java.util.Collection) UpdateInputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateInputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.