@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) |
<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 RTP and RTP-FEC streams.
|
Integer |
maxLatency()
The maximum latency in milliseconds for Zixi-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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
whitelistCidr()
The range of IP addresses that should be allowed to contribute content to your source.
|
copy
public 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()
.
Protocol
public 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()
.
Protocol
public String streamId()
public String whitelistCidr()
public SetSourceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetSourceRequest.Builder,SetSourceRequest>
public static SetSourceRequest.Builder builder()
public static Class<? extends SetSourceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.