@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() |
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.
|
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 configure this Source with.
|
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 UpdateEncryption decryption()
public String description()
public String entitlementArn()
public String flowArn()
public Integer ingestPort()
public Integer maxBitrate()
public Integer maxLatency()
public 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 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 String sourceArn()
public String streamId()
public String vpcInterfaceName()
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.