Interface S3RecordingSinkRuntimeConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3RecordingSinkRuntimeConfiguration.Builder,
,S3RecordingSinkRuntimeConfiguration> SdkBuilder<S3RecordingSinkRuntimeConfiguration.Builder,
,S3RecordingSinkRuntimeConfiguration> SdkPojo
- Enclosing class:
S3RecordingSinkRuntimeConfiguration
public static interface S3RecordingSinkRuntimeConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3RecordingSinkRuntimeConfiguration.Builder,S3RecordingSinkRuntimeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondestination
(String destination) The URI of the S3 bucket used as the sink.recordingFileFormat
(String recordingFileFormat) The file format for the media files sent to the Amazon S3 bucket.recordingFileFormat
(RecordingFileFormat recordingFileFormat) The 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, sdkFields
-
Method Details
-
destination
The URI of the S3 bucket used as the sink.
- Parameters:
destination
- The URI of the S3 bucket used as the sink.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordingFileFormat
The file format for the media files sent to the Amazon S3 bucket.
- Parameters:
recordingFileFormat
- The 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
S3RecordingSinkRuntimeConfiguration.Builder recordingFileFormat(RecordingFileFormat recordingFileFormat) The file format for the media files sent to the Amazon S3 bucket.
- Parameters:
recordingFileFormat
- The 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:
-