@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()
Returns true if the CidrAllowList property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
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.
|
String |
remoteId()
The remote ID for the Zixi-pull stream.
|
List<SdkField<?>> |
sdkFields() |
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 boolean hasCidrAllowList()
public List<String> cidrAllowList()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCidrAllowList() to see if a value was sent in this field.
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().
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 String remoteId()
public Integer smoothingLatency()
public String streamId()
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.