@Generated(value="software.amazon.awssdk:codegen") public final class AddOutputRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AddOutputRequest.Builder,AddOutputRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
AddOutputRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static AddOutputRequest.Builder |
builder() |
String |
description()
A description of the output.
|
String |
destination()
The IP address from which video will be sent to output destinations.
|
Encryption |
encryption()
The type of key used for the encryption.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxLatency()
The maximum latency in milliseconds for Zixi-based streams.
|
String |
name()
The name of the output.
|
Integer |
port()
The port to use when content is distributed to this output.
|
Protocol |
protocol()
The protocol to use for the output.
|
String |
protocolAsString()
The protocol to use for the output.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddOutputRequest.Builder> |
serializableBuilderClass() |
Integer |
smoothingLatency()
The smoothing latency in milliseconds for RTP and RTP-FEC streams.
|
String |
streamId()
The stream ID that you want to use for this transport.
|
AddOutputRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String description()
public String destination()
public Encryption encryption()
public Integer maxLatency()
public String name()
public Integer port()
public Protocol protocol()
If the service returns an enum value that is not available in the current SDK version, protocol
will
return Protocol.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
protocolAsString()
.
Protocol
public String protocolAsString()
If the service returns an enum value that is not available in the current SDK version, protocol
will
return Protocol.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
protocolAsString()
.
Protocol
public Integer smoothingLatency()
public String streamId()
public AddOutputRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AddOutputRequest.Builder,AddOutputRequest>
public static AddOutputRequest.Builder builder()
public static Class<? extends AddOutputRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.