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(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(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
copy
apply, 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 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 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.