@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3RecordingSinkConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The structure that holds the settings for transmitting media to the Amazon S3 bucket. These values are used as
defaults if S3RecordingSinkRuntimeConfiguration is not specified.
| Constructor and Description |
|---|
S3RecordingSinkConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
S3RecordingSinkConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDestination()
The default URI of the Amazon S3 bucket used as the recording sink.
|
String |
getRecordingFileFormat()
The default 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 default URI of the Amazon S3 bucket used as the recording sink.
|
void |
setRecordingFileFormat(String recordingFileFormat)
The default file format for the media files sent to the Amazon S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
S3RecordingSinkConfiguration |
withDestination(String destination)
The default URI of the Amazon S3 bucket used as the recording sink.
|
S3RecordingSinkConfiguration |
withRecordingFileFormat(RecordingFileFormat recordingFileFormat)
The default file format for the media files sent to the Amazon S3 bucket.
|
S3RecordingSinkConfiguration |
withRecordingFileFormat(String recordingFileFormat)
The default file format for the media files sent to the Amazon S3 bucket.
|
public void setDestination(String destination)
The default URI of the Amazon S3 bucket used as the recording sink.
destination - The default URI of the Amazon S3 bucket used as the recording sink.public String getDestination()
The default URI of the Amazon S3 bucket used as the recording sink.
public S3RecordingSinkConfiguration withDestination(String destination)
The default URI of the Amazon S3 bucket used as the recording sink.
destination - The default URI of the Amazon S3 bucket used as the recording sink.public void setRecordingFileFormat(String recordingFileFormat)
The default file format for the media files sent to the Amazon S3 bucket.
recordingFileFormat - The default file format for the media files sent to the Amazon S3 bucket.RecordingFileFormatpublic String getRecordingFileFormat()
The default file format for the media files sent to the Amazon S3 bucket.
RecordingFileFormatpublic S3RecordingSinkConfiguration withRecordingFileFormat(String recordingFileFormat)
The default file format for the media files sent to the Amazon S3 bucket.
recordingFileFormat - The default file format for the media files sent to the Amazon S3 bucket.RecordingFileFormatpublic S3RecordingSinkConfiguration withRecordingFileFormat(RecordingFileFormat recordingFileFormat)
The default file format for the media files sent to the Amazon S3 bucket.
recordingFileFormat - The default file format for the media files sent to the Amazon S3 bucket.RecordingFileFormatpublic String toString()
toString in class ObjectObject.toString()public S3RecordingSinkConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.