@Generated(value="software.amazon.awssdk:codegen") public final class Transport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Transport.Builder,Transport>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Transport.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Transport.Builder |
builder() |
List<String> |
cidrAllowList()
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<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 |
maxBitrate()
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
Integer |
maxLatency()
The maximum latency in milliseconds.
|
Integer |
maxSyncBuffer()
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
Integer |
minLatency()
The minimum latency in milliseconds for SRT-based streams.
|
Protocol |
protocol()
The protocol that is used by the source or output.
|
String |
protocolAsString()
The protocol that is used by the source or output.
|
String |
remoteId()
The remote ID for the Zixi-pull stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Transport.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.
|
Transport.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasCidrAllowList()
public final 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 final Integer maxBitrate()
public final Integer maxLatency()
public final Integer maxSyncBuffer()
public final Integer minLatency()
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 smoothingLatency()
public final String streamId()
public Transport.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Transport.Builder,Transport>public static Transport.Builder builder()
public static Class<? extends Transport.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.