public static interface CreateInputRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<CreateInputRequest.Builder,CreateInputRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateInputRequest.Builder |
destinations(Collection<InputDestinationRequest> destinations)
Destination settings for PUSH type inputs.
|
CreateInputRequest.Builder |
destinations(Consumer<InputDestinationRequest.Builder>... destinations)
Destination settings for PUSH type inputs.
|
CreateInputRequest.Builder |
destinations(InputDestinationRequest... destinations)
Destination settings for PUSH type inputs.
|
CreateInputRequest.Builder |
inputSecurityGroups(Collection<String> inputSecurityGroups)
A list of security groups referenced by IDs to attach to the input.
|
CreateInputRequest.Builder |
inputSecurityGroups(String... inputSecurityGroups)
A list of security groups referenced by IDs to attach to the input.
|
CreateInputRequest.Builder |
name(String name)
Name of the input.
|
CreateInputRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateInputRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateInputRequest.Builder |
requestId(String requestId)
Unique identifier of the request to ensure the request is handled exactly once in case of retries.
|
CreateInputRequest.Builder |
sources(Collection<InputSourceRequest> sources)
The source URLs for a PULL-type input.
|
CreateInputRequest.Builder |
sources(Consumer<InputSourceRequest.Builder>... sources)
The source URLs for a PULL-type input.
|
CreateInputRequest.Builder |
sources(InputSourceRequest... sources)
The source URLs for a PULL-type input.
|
CreateInputRequest.Builder |
type(InputType type)
Sets the value of the Type property for this object.
|
CreateInputRequest.Builder |
type(String type)
Sets the value of the Type property for this object.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateInputRequest.Builder destinations(Collection<InputDestinationRequest> destinations)
destinations - Destination settings for PUSH type inputs.CreateInputRequest.Builder destinations(InputDestinationRequest... destinations)
destinations - Destination settings for PUSH type inputs.CreateInputRequest.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) CreateInputRequest.Builder inputSecurityGroups(Collection<String> inputSecurityGroups)
inputSecurityGroups - A list of security groups referenced by IDs to attach to the input.CreateInputRequest.Builder inputSecurityGroups(String... inputSecurityGroups)
inputSecurityGroups - A list of security groups referenced by IDs to attach to the input.CreateInputRequest.Builder name(String name)
name - Name of the input.CreateInputRequest.Builder requestId(String requestId)
requestId - Unique identifier of the request to ensure the request is handled exactly once in case of retries.CreateInputRequest.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.CreateInputRequest.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.CreateInputRequest.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) CreateInputRequest.Builder type(String type)
CreateInputRequest.Builder type(InputType type)
CreateInputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateInputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.