@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3RecordingSinkRuntimeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A structure that holds the settings for transmitting media files to the Amazon S3 bucket. If specified, the settings
in this structure override any settings in S3RecordingSinkConfiguration.
| Constructor and Description |
|---|
S3RecordingSinkRuntimeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
S3RecordingSinkRuntimeConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDestination()
The URI of the S3 bucket used as the sink.
|
String |
getRecordingFileFormat()
The file format for the media files sent to the Amazon S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDestination(String destination)
The URI of the S3 bucket used as the sink.
|
void |
setRecordingFileFormat(String recordingFileFormat)
The file format for the media files sent to the Amazon S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
S3RecordingSinkRuntimeConfiguration |
withDestination(String destination)
The URI of the S3 bucket used as the sink.
|
S3RecordingSinkRuntimeConfiguration |
withRecordingFileFormat(RecordingFileFormat recordingFileFormat)
The file format for the media files sent to the Amazon S3 bucket.
|
S3RecordingSinkRuntimeConfiguration |
withRecordingFileFormat(String recordingFileFormat)
The file format for the media files sent to the Amazon S3 bucket.
|
public void setDestination(String destination)
The URI of the S3 bucket used as the sink.
destination - The URI of the S3 bucket used as the sink.public String getDestination()
The URI of the S3 bucket used as the sink.
public S3RecordingSinkRuntimeConfiguration withDestination(String destination)
The URI of the S3 bucket used as the sink.
destination - The URI of the S3 bucket used as the sink.public void setRecordingFileFormat(String recordingFileFormat)
The file format for the media files sent to the Amazon S3 bucket.
recordingFileFormat - The file format for the media files sent to the Amazon S3 bucket.RecordingFileFormatpublic String getRecordingFileFormat()
The file format for the media files sent to the Amazon S3 bucket.
RecordingFileFormatpublic S3RecordingSinkRuntimeConfiguration withRecordingFileFormat(String recordingFileFormat)
The file format for the media files sent to the Amazon S3 bucket.
recordingFileFormat - The file format for the media files sent to the Amazon S3 bucket.RecordingFileFormatpublic S3RecordingSinkRuntimeConfiguration withRecordingFileFormat(RecordingFileFormat recordingFileFormat)
The file format for the media files sent to the Amazon S3 bucket.
recordingFileFormat - The file format for the media files sent to the Amazon S3 bucket.RecordingFileFormatpublic String toString()
toString in class ObjectObject.toString()public S3RecordingSinkRuntimeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.