@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFlowOutputRequest extends MediaConnectRequest implements ToCopyableBuilder<UpdateFlowOutputRequest.Builder,UpdateFlowOutputRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFlowOutputRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFlowOutputRequest.Builder |
builder() |
String |
description()
A description of the output.
|
String |
destination()
The IP address where you want to send the output.
|
UpdateEncryption |
encryption()
The type of key used for the encryption.
|
boolean |
equals(Object obj) |
String |
flowArn()
The flow that is associated with the output that you want to update.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxLatency()
The maximum latency in milliseconds for Zixi-based streams.
|
String |
outputArn()
The ARN of the output that you want to update.
|
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 UpdateFlowOutputRequest.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.
|
UpdateFlowOutputRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String description()
public String destination()
public UpdateEncryption encryption()
public String flowArn()
public Integer maxLatency()
public String outputArn()
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().
Protocolpublic 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().
Protocolpublic Integer smoothingLatency()
public String streamId()
public UpdateFlowOutputRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFlowOutputRequest.Builder,UpdateFlowOutputRequest>toBuilder in class MediaConnectRequestpublic static UpdateFlowOutputRequest.Builder builder()
public static Class<? extends UpdateFlowOutputRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.