Interface S3RecordingSinkConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3RecordingSinkConfiguration.Builder,S3RecordingSinkConfiguration>,SdkBuilder<S3RecordingSinkConfiguration.Builder,S3RecordingSinkConfiguration>,SdkPojo
- Enclosing class:
- S3RecordingSinkConfiguration
public static interface S3RecordingSinkConfiguration.Builder extends SdkPojo, CopyableBuilder<S3RecordingSinkConfiguration.Builder,S3RecordingSinkConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3RecordingSinkConfiguration.Builderdestination(String destination)The default URI of the Amazon S3 bucket used as the recording sink.S3RecordingSinkConfiguration.BuilderrecordingFileFormat(String recordingFileFormat)The default file format for the media files sent to the Amazon S3 bucket.S3RecordingSinkConfiguration.BuilderrecordingFileFormat(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 Detail
-
destination
S3RecordingSinkConfiguration.Builder destination(String 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
S3RecordingSinkConfiguration.Builder recordingFileFormat(String 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,RecordingFileFormat
-
recordingFileFormat
S3RecordingSinkConfiguration.Builder recordingFileFormat(RecordingFileFormat 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,RecordingFileFormat
-
-