@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LiveConnectorSinkConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The media pipeline's sink configuration settings.
| Constructor and Description |
|---|
LiveConnectorSinkConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LiveConnectorSinkConfiguration |
clone() |
boolean |
equals(Object obj) |
LiveConnectorRTMPConfiguration |
getRTMPConfiguration()
The sink configuration's RTMP configuration setttings.
|
String |
getSinkType()
The sink configuration's sink type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRTMPConfiguration(LiveConnectorRTMPConfiguration rTMPConfiguration)
The sink configuration's RTMP configuration setttings.
|
void |
setSinkType(String sinkType)
The sink configuration's sink type.
|
String |
toString()
Returns a string representation of this object.
|
LiveConnectorSinkConfiguration |
withRTMPConfiguration(LiveConnectorRTMPConfiguration rTMPConfiguration)
The sink configuration's RTMP configuration setttings.
|
LiveConnectorSinkConfiguration |
withSinkType(LiveConnectorSinkType sinkType)
The sink configuration's sink type.
|
LiveConnectorSinkConfiguration |
withSinkType(String sinkType)
The sink configuration's sink type.
|
public void setSinkType(String sinkType)
The sink configuration's sink type.
sinkType - The sink configuration's sink type.LiveConnectorSinkTypepublic String getSinkType()
The sink configuration's sink type.
LiveConnectorSinkTypepublic LiveConnectorSinkConfiguration withSinkType(String sinkType)
The sink configuration's sink type.
sinkType - The sink configuration's sink type.LiveConnectorSinkTypepublic LiveConnectorSinkConfiguration withSinkType(LiveConnectorSinkType sinkType)
The sink configuration's sink type.
sinkType - The sink configuration's sink type.LiveConnectorSinkTypepublic void setRTMPConfiguration(LiveConnectorRTMPConfiguration rTMPConfiguration)
The sink configuration's RTMP configuration setttings.
rTMPConfiguration - The sink configuration's RTMP configuration setttings.public LiveConnectorRTMPConfiguration getRTMPConfiguration()
The sink configuration's RTMP configuration setttings.
public LiveConnectorSinkConfiguration withRTMPConfiguration(LiveConnectorRTMPConfiguration rTMPConfiguration)
The sink configuration's RTMP configuration setttings.
rTMPConfiguration - The sink configuration's RTMP configuration setttings.public String toString()
toString in class ObjectObject.toString()public LiveConnectorSinkConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.