public static interface CreateInputRequest.Builder extends MediaLiveRequest.Builder, CopyableBuilder<CreateInputRequest.Builder,CreateInputRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateInputRequest.Builder |
destinations(Collection<InputDestinationRequest> destinations)
settings required for PUSH-type inputs; one per redundancy group.
|
CreateInputRequest.Builder |
destinations(Consumer<InputDestinationRequest.Builder>... destinations)
settings required for PUSH-type inputs; one per redundancy group.
|
CreateInputRequest.Builder |
destinations(InputDestinationRequest... destinations)
settings required for PUSH-type inputs; one per redundancy group.
|
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 |
requestId(String requestId)
Unique identifier of the request to ensure the request is handled exactly once in case of retries
|
CreateInputRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateInputRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateInputRequest.Builder |
sources(Collection<InputSourceRequest> sources)
settings required for PULL-type inputs; one per redundancy group Only one of sources and destinations can be
specified
|
CreateInputRequest.Builder |
sources(Consumer<InputSourceRequest.Builder>... sources)
settings required for PULL-type inputs; one per redundancy group Only one of sources and destinations can be
specified
This is a convenience that creates an instance of the
List avoiding the
need to create one manually via List. |
CreateInputRequest.Builder |
sources(InputSourceRequest... sources)
settings required for PULL-type inputs; one per redundancy group Only one of sources and destinations can be
specified
|
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.
|
buildrequestOverrideConfigcopyapply, buildCreateInputRequest.Builder destinations(Collection<InputDestinationRequest> destinations)
destinations - settings required for PUSH-type inputs; one per redundancy group. Only one of sources and destinations
can be specified. Note: there are currently no settings required for PUSH-type inputsCreateInputRequest.Builder destinations(InputDestinationRequest... destinations)
destinations - settings required for PUSH-type inputs; one per redundancy group. Only one of sources and destinations
can be specified. Note: there are currently no settings required for PUSH-type inputsCreateInputRequest.Builder destinations(Consumer<InputDestinationRequest.Builder>... destinations)
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 #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 retriesCreateInputRequest.Builder sources(Collection<InputSourceRequest> sources)
sources - settings required for PULL-type inputs; one per redundancy group Only one of sources and destinations
can be specifiedCreateInputRequest.Builder sources(InputSourceRequest... sources)
sources - settings required for PULL-type inputs; one per redundancy group Only one of sources and destinations
can be specifiedCreateInputRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateInputRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.