| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static Output.Builder |
Output.builder() |
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.mediaLiveInputArn(String mediaLiveInputArn)
The input ARN of the AWS Elemental MediaLive channel.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Output.Builder> |
Output.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFlowOutputResponse.Builder |
UpdateFlowOutputResponse.Builder.output(Consumer<Output.Builder> output)
Sets the value of the Output property for this object.
|
Copyright © 2019. All rights reserved.