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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3RecordingSinkRuntimeConfiguration.Builderdestination(String destination)The URI of the S3 bucket used as the sink.S3RecordingSinkRuntimeConfiguration.BuilderrecordingFileFormat(String recordingFileFormat)The file format for the media files sent to the Amazon S3 bucket.S3RecordingSinkRuntimeConfiguration.BuilderrecordingFileFormat(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 Detail
-
destination
S3RecordingSinkRuntimeConfiguration.Builder destination(String 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
S3RecordingSinkRuntimeConfiguration.Builder recordingFileFormat(String 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,RecordingFileFormat
-
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:
RecordingFileFormat,RecordingFileFormat
-
-