Output.Builder |
Output.Builder.bridgeArn(String bridgeArn) |
The ARN of the bridge that added this output.
|
Output.Builder |
Output.Builder.bridgePorts(Integer... bridgePorts) |
The bridge output ports currently in use.
|
Output.Builder |
Output.Builder.bridgePorts(Collection<Integer> bridgePorts) |
The bridge output ports currently in use.
|
static Output.Builder |
Output.builder() |
|
Output.Builder |
Output.Builder.dataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent) |
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
Output.Builder |
Output.Builder.description(String description) |
A description of the output.
|
Output.Builder |
Output.Builder.destination(String destination) |
The address where you want to send the output.
|
default Output.Builder |
Output.Builder.encryption(Consumer<Encryption.Builder> encryption) |
The type of key used for the encryption.
|
Output.Builder |
Output.Builder.encryption(Encryption encryption) |
The type of key used for the encryption.
|
Output.Builder |
Output.Builder.entitlementArn(String entitlementArn) |
The ARN of the entitlement on the originator''s flow.
|
Output.Builder |
Output.Builder.listenerAddress(String listenerAddress) |
The IP address that the receiver requires in order to establish a connection with the flow.
|
Output.Builder |
Output.Builder.mediaLiveInputArn(String mediaLiveInputArn) |
The input ARN of the AWS Elemental MediaLive channel.
|
Output.Builder |
Output.Builder.mediaStreamOutputConfigurations(Collection<MediaStreamOutputConfiguration> mediaStreamOutputConfigurations) |
The configuration for each media stream that is associated with the output.
|
Output.Builder |
Output.Builder.mediaStreamOutputConfigurations(Consumer<MediaStreamOutputConfiguration.Builder>... mediaStreamOutputConfigurations) |
The configuration for each media stream that is associated with the output.
|
Output.Builder |
Output.Builder.mediaStreamOutputConfigurations(MediaStreamOutputConfiguration... mediaStreamOutputConfigurations) |
The configuration for each media stream that is associated with the output.
|
Output.Builder |
Output.Builder.name(String name) |
The name of the output.
|
Output.Builder |
Output.Builder.outputArn(String outputArn) |
The ARN of the output.
|
Output.Builder |
Output.Builder.port(Integer port) |
The port to use when content is distributed to this output.
|
Output.Builder |
Output.toBuilder() |
|
default Output.Builder |
Output.Builder.transport(Consumer<Transport.Builder> transport) |
Attributes related to the transport stream that are used in the output.
|
Output.Builder |
Output.Builder.transport(Transport transport) |
Attributes related to the transport stream that are used in the output.
|
default Output.Builder |
Output.Builder.vpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> vpcInterfaceAttachment) |
The name of the VPC interface attachment to use for this output.
|
Output.Builder |
Output.Builder.vpcInterfaceAttachment(VpcInterfaceAttachment vpcInterfaceAttachment) |
The name of the VPC interface attachment to use for this output.
|