@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() |
Integer |
dataTransferSubscriberFeePercent()
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
Transport |
transport()
Attributes related to the transport stream that are used in the output.
|
VpcInterfaceAttachment |
vpcInterfaceAttachment()
The name of the VPC interface attachment to use for this output.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer dataTransferSubscriberFeePercent()
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 VpcInterfaceAttachment vpcInterfaceAttachment()
public Output.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Output.Builder,Output>public static Output.Builder builder()
public static Class<? extends Output.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.