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 |
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)
Add an optional request override configuration.
|
UpdateInputRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateInputRequest.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)
.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #destinations(List)
.destinations
- a consumer that will call methods on List.Builder
#destinations(List)
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)
List.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #mediaConnectFlows(List)
.mediaConnectFlows
- a consumer that will call methods on List.Builder
#mediaConnectFlows(List)
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)
List.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #sources(List)
.sources
- a consumer that will call methods on List.Builder
#sources(List)
UpdateInputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateInputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.