@Generated(value="software.amazon.awssdk:codegen") public final class SetSourceRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SetSourceRequest.Builder,SetSourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetSourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SetSourceRequest.Builder |
builder() |
Encryption |
decryption()
The type of encryption that is used on the content ingested from this source.
|
String |
description()
A description for the source.
|
String |
entitlementArn()
The ARN of the entitlement that allows you to subscribe to this flow.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasMediaStreamSourceConfigurations()
For responses, this returns true if the service returned a value for the MediaStreamSourceConfigurations
property.
|
Integer |
ingestPort()
The port that the flow will be listening on for incoming content.
|
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.
|
List<MediaStreamSourceConfigurationRequest> |
mediaStreamSourceConfigurations()
The media streams that are associated with the source, and the parameters for those associations.
|
Integer |
minLatency()
The minimum latency in milliseconds for SRT-based streams.
|
String |
name()
The name of the source.
|
Protocol |
protocol()
The protocol that is used by the source.
|
String |
protocolAsString()
The protocol that is used by the source.
|
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 SetSourceRequest.Builder> |
serializableBuilderClass() |
String |
sourceListenerAddress()
Source IP or domain name for SRT-caller protocol.
|
Integer |
sourceListenerPort()
Source port for SRT-caller protocol.
|
String |
streamId()
The stream ID that you want to use for this transport.
|
SetSourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcInterfaceName()
The name of the VPC interface to use for this source.
|
String |
whitelistCidr()
The range of IP addresses that should be allowed to contribute content to your source.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Encryption decryption()
public final String description()
public final String entitlementArn()
public final Integer ingestPort()
public final Integer maxBitrate()
public final Integer maxLatency()
public final Integer maxSyncBuffer()
public final boolean hasMediaStreamSourceConfigurations()
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<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations()
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 hasMediaStreamSourceConfigurations()
method.
public final Integer minLatency()
public final String name()
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 Integer senderControlPort()
public final String senderIpAddress()
public final String sourceListenerAddress()
public final Integer sourceListenerPort()
public final String streamId()
public final String vpcInterfaceName()
public final String whitelistCidr()
public SetSourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetSourceRequest.Builder,SetSourceRequest>public static SetSourceRequest.Builder builder()
public static Class<? extends SetSourceRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.