@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() |
List<String> |
cidrAllowList()
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
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) |
boolean |
equalsBySdkFields(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) |
boolean |
hasCidrAllowList()
For responses, this returns true if the service returned a value for the CidrAllowList property.
|
int |
hashCode() |
boolean |
hasMediaStreamOutputConfigurations()
For responses, this returns true if the service returned a value for the MediaStreamOutputConfigurations
property.
|
Integer |
maxLatency()
The maximum latency in milliseconds.
|
List<MediaStreamOutputConfigurationRequest> |
mediaStreamOutputConfigurations()
The media streams that are associated with the output, and the parameters for those associations.
|
Integer |
minLatency()
The minimum latency in milliseconds for SRT-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.
|
String |
remoteId()
The remote ID for the Zixi-pull stream.
|
List<SdkField<?>> |
sdkFields() |
Integer |
senderControlPort()
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
String |
senderIpAddress()
The IP address that the flow communicates with to initiate connection with the sender.
|
static Class<? extends UpdateFlowOutputRequest.Builder> |
serializableBuilderClass() |
Integer |
smoothingLatency()
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
String |
streamId()
The stream ID that you want to use for this transport.
|
UpdateFlowOutputRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcInterfaceAttachment |
vpcInterfaceAttachment()
The name of the VPC interface attachment to use for this output.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasCidrAllowList()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> cidrAllowList()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCidrAllowList() method.
public final String description()
public final String destination()
public final UpdateEncryption encryption()
public final String flowArn()
public final Integer maxLatency()
public final boolean hasMediaStreamOutputConfigurations()
isEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may
need to differentiate between the service returning nothing (or null) and the service returning an empty
collection or map. For requests, this returns true if a value for the property was specified in the request
builder, and false if a value was not specified.public final List<MediaStreamOutputConfigurationRequest> mediaStreamOutputConfigurations()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasMediaStreamOutputConfigurations()
method.
public final Integer minLatency()
public final String outputArn()
public final Integer port()
public final 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 final 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 final String remoteId()
public final Integer senderControlPort()
public final String senderIpAddress()
public final Integer smoothingLatency()
public final String streamId()
public final VpcInterfaceAttachment vpcInterfaceAttachment()
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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.