@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)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public 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()
.
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 UpdateFlowOutputRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateFlowOutputRequest.Builder,UpdateFlowOutputRequest>
toBuilder
in class MediaConnectRequest
public static UpdateFlowOutputRequest.Builder builder()
public static Class<? extends UpdateFlowOutputRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.