@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() |
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.
|
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 Encryption decryption()
public String description()
public String entitlementArn()
public Integer ingestPort()
public Integer maxBitrate()
public Integer maxLatency()
public String name()
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 streamId()
public String vpcInterfaceName()
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.