@Generated(value="software.amazon.awssdk:codegen") public final class Output extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Output.Builder,Output>
Modifier and Type | Class and Description |
---|---|
static interface |
Output.Builder |
Modifier and Type | Method and Description |
---|---|
static Output.Builder |
builder() |
String |
description()
A description of the output.
|
String |
destination()
The address where you want to send the output.
|
Encryption |
encryption()
The type of key used for the encryption.
|
String |
entitlementArn()
The ARN of the entitlement on the originator''s flow.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mediaLiveInputArn()
The input ARN of the AWS Elemental MediaLive channel.
|
String |
name()
The name of the output.
|
String |
outputArn()
The ARN of the output.
|
Integer |
port()
The port to use when content is distributed to this output.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Output.Builder> |
serializableBuilderClass() |
Output.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Transport |
transport()
Attributes related to the transport stream that are used in the output.
|
copy
public String description()
public String destination()
public Encryption encryption()
public String entitlementArn()
public String mediaLiveInputArn()
public String name()
public String outputArn()
public Integer port()
public Transport transport()
public Output.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Output.Builder,Output>
public static Output.Builder builder()
public static Class<? extends Output.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.