@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()
Returns true if the MediaStreamSourceConfigurations property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
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() |
static Class<? extends SetSourceRequest.Builder> |
serializableBuilderClass() |
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()
public final List<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasMediaStreamSourceConfigurations() to see if a value was sent in this field.
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 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 © 2021. All rights reserved.