@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.
|
<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.
|
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 UpdateFlowSourceRequest.Builder> |
serializableBuilderClass() |
String |
sourceArn()
The ARN of the source that you want to update.
|
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()
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 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 sourceArn()
public final String streamId()
public final String vpcInterfaceName()
public final String whitelistCidr()
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 © 2021. All rights reserved.