Interface S3RecordingSinkConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3RecordingSinkConfiguration.Builder,
,S3RecordingSinkConfiguration> SdkBuilder<S3RecordingSinkConfiguration.Builder,
,S3RecordingSinkConfiguration> SdkPojo
- Enclosing class:
S3RecordingSinkConfiguration
@Mutable
@NotThreadSafe
public static interface S3RecordingSinkConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3RecordingSinkConfiguration.Builder,S3RecordingSinkConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondestination
(String destination) The default URI of the Amazon S3 bucket used as the recording sink.recordingFileFormat
(String recordingFileFormat) The default file format for the media files sent to the Amazon S3 bucket.recordingFileFormat
(RecordingFileFormat recordingFileFormat) The default file format for the media files sent to the Amazon S3 bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
destination
The default URI of the Amazon S3 bucket used as the recording sink.
- Parameters:
destination
- The default URI of the Amazon S3 bucket used as the recording sink.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordingFileFormat
The default file format for the media files sent to the Amazon S3 bucket.
- Parameters:
recordingFileFormat
- The default file format for the media files sent to the Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recordingFileFormat
The default file format for the media files sent to the Amazon S3 bucket.
- Parameters:
recordingFileFormat
- The default file format for the media files sent to the Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-