@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 settings.
|
String |
getSinkType()
The sink configuration's sink type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRTMPConfiguration(LiveConnectorRTMPConfiguration rTMPConfiguration)
The sink configuration's RTMP configuration settings.
|
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 settings.
|
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 settings.
rTMPConfiguration - The sink configuration's RTMP configuration settings.public LiveConnectorRTMPConfiguration getRTMPConfiguration()
The sink configuration's RTMP configuration settings.
public LiveConnectorSinkConfiguration withRTMPConfiguration(LiveConnectorRTMPConfiguration rTMPConfiguration)
The sink configuration's RTMP configuration settings.
rTMPConfiguration - The sink configuration's RTMP configuration settings.public String toString()
toString in class ObjectObject.toString()public LiveConnectorSinkConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.