@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFlowSourceRequest extends MediaConnectRequest implements ToCopyableBuilder<UpdateFlowSourceRequest.Builder,UpdateFlowSourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFlowSourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFlowSourceRequest.Builder |
builder() |
UpdateEncryption |
decryption()
The type of encryption 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) |
String |
flowArn()
The flow that is associated with the source that you want to update.
|
UpdateGatewayBridgeSourceRequest |
gatewayBridgeSource()
The source configuration for cloud flows receiving a stream from a bridge.
|
<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 (in bps) 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.
|
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 UpdateFlowSourceRequest.Builder> |
serializableBuilderClass() |
String |
sourceArn()
The ARN of the source that you want to update.
|
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.
|
UpdateFlowSourceRequest.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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final UpdateEncryption decryption()
public final String description()
public final String entitlementArn()
public final String flowArn()
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 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 sourceArn()
public final String sourceListenerAddress()
public final Integer sourceListenerPort()
public final String streamId()
public final String vpcInterfaceName()
public final String whitelistCidr()
public final UpdateGatewayBridgeSourceRequest gatewayBridgeSource()
public UpdateFlowSourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFlowSourceRequest.Builder,UpdateFlowSourceRequest>toBuilder in class MediaConnectRequestpublic static UpdateFlowSourceRequest.Builder builder()
public static Class<? extends UpdateFlowSourceRequest.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 © 2023. All rights reserved.