public static interface DescribeInputResponse.Builder extends MediaLiveResponse.Builder, CopyableBuilder<DescribeInputResponse.Builder,DescribeInputResponse>
Modifier and Type | Method and Description |
---|---|
DescribeInputResponse.Builder |
arn(String arn)
Unique ARN of input (generated, immutable)
|
DescribeInputResponse.Builder |
attachedChannels(Collection<String> attachedChannels)
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)
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)
List of destinations of input (PULL-type)
|
DescribeInputResponse.Builder |
destinations(Consumer<InputDestination.Builder>... destinations)
List of destinations of input (PULL-type) This is a convenience that creates an instance of the
avoiding the need to create one manually via . |
DescribeInputResponse.Builder |
destinations(InputDestination... destinations)
List of destinations of input (PULL-type)
|
DescribeInputResponse.Builder |
id(String id)
generated ID of input (unique for user account, immutable)
|
DescribeInputResponse.Builder |
name(String name)
user-assigned name (mutable)
|
DescribeInputResponse.Builder |
securityGroups(Collection<String> securityGroups)
List of IDs for all the security groups attached to the input.
|
DescribeInputResponse.Builder |
securityGroups(String... securityGroups)
List of IDs for all the security groups attached to the input.
|
DescribeInputResponse.Builder |
sources(Collection<InputSource> sources)
List of sources of input (PULL-type)
|
DescribeInputResponse.Builder |
sources(Consumer<InputSource.Builder>... sources)
List of sources of input (PULL-type) This is a convenience that creates an instance of the
avoiding the need to create one manually via List . |
DescribeInputResponse.Builder |
sources(InputSource... sources)
List of sources of 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 |
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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeInputResponse.Builder arn(String arn)
arn
- Unique ARN of input (generated, immutable)DescribeInputResponse.Builder attachedChannels(Collection<String> attachedChannels)
attachedChannels
- 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
- 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
- List of destinations of input (PULL-type)DescribeInputResponse.Builder destinations(InputDestination... destinations)
destinations
- List of destinations of input (PULL-type)DescribeInputResponse.Builder destinations(Consumer<InputDestination.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)
DescribeInputResponse.Builder id(String id)
id
- generated ID of input (unique for user account, immutable)DescribeInputResponse.Builder name(String name)
name
- user-assigned name (mutable)DescribeInputResponse.Builder securityGroups(Collection<String> securityGroups)
securityGroups
- List of IDs for all the security groups attached to the input.DescribeInputResponse.Builder securityGroups(String... securityGroups)
securityGroups
- List of IDs for all the security groups attached to the input.DescribeInputResponse.Builder sources(Collection<InputSource> sources)
sources
- List of sources of input (PULL-type)DescribeInputResponse.Builder sources(InputSource... sources)
sources
- List of sources of input (PULL-type)DescribeInputResponse.Builder sources(Consumer<InputSource.Builder>... sources)
.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)
DescribeInputResponse.Builder state(String state)
state
- The new value for the State property for this object.InputState
,
InputState
DescribeInputResponse.Builder state(InputState state)
state
- The new value for the State property for this object.InputState
,
InputState
DescribeInputResponse.Builder type(String type)
DescribeInputResponse.Builder type(InputType type)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.