@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.LiveConnectorSinkType
public String getSinkType()
The sink configuration's sink type.
LiveConnectorSinkType
public LiveConnectorSinkConfiguration withSinkType(String sinkType)
The sink configuration's sink type.
sinkType
- The sink configuration's sink type.LiveConnectorSinkType
public LiveConnectorSinkConfiguration withSinkType(LiveConnectorSinkType sinkType)
The sink configuration's sink type.
sinkType
- The sink configuration's sink type.LiveConnectorSinkType
public 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 Object
Object.toString()
public LiveConnectorSinkConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.