Interface S3RecordingSinkRuntimeConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<S3RecordingSinkRuntimeConfiguration.Builder,,- S3RecordingSinkRuntimeConfiguration> - SdkBuilder<S3RecordingSinkRuntimeConfiguration.Builder,,- S3RecordingSinkRuntimeConfiguration> - SdkPojo
- Enclosing class:
- S3RecordingSinkRuntimeConfiguration
@Mutable
@NotThreadSafe
public static interface S3RecordingSinkRuntimeConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3RecordingSinkRuntimeConfiguration.Builder,S3RecordingSinkRuntimeConfiguration> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
destinationThe 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.
 
- 
recordingFileFormatThe 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:
 
- 
recordingFileFormatS3RecordingSinkRuntimeConfiguration.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:
 
 
-