public static interface FrameCaptureGroupSettings.Builder extends SdkPojo, CopyableBuilder<FrameCaptureGroupSettings.Builder,FrameCaptureGroupSettings>
| Modifier and Type | Method and Description |
|---|---|
default FrameCaptureGroupSettings.Builder |
destination(Consumer<OutputLocationRef.Builder> destination)
The destination for the frame capture files.
|
FrameCaptureGroupSettings.Builder |
destination(OutputLocationRef destination)
The destination for the frame capture files.
|
default FrameCaptureGroupSettings.Builder |
frameCaptureCdnSettings(Consumer<FrameCaptureCdnSettings.Builder> frameCaptureCdnSettings)
Parameters that control interactions with the CDN.
|
FrameCaptureGroupSettings.Builder |
frameCaptureCdnSettings(FrameCaptureCdnSettings frameCaptureCdnSettings)
Parameters that control interactions with the CDN.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFrameCaptureGroupSettings.Builder destination(OutputLocationRef destination)
destination - The destination for the frame capture files. Either the URI for an Amazon S3 bucket and object, plus a
file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling-) or the URI for a
MediaStore container, plus a file name prefix (for example,
mediastoressl://sportsDelivery/20180820/curling-). The final file names consist of the prefix from the
destination field (for example, "curling-") + name modifier + the counter (5 digits, starting from
00001) + extension (which is always .jpg). For example, curling-low.00001.jpgdefault FrameCaptureGroupSettings.Builder destination(Consumer<OutputLocationRef.Builder> destination)
OutputLocationRef.Builder avoiding the need to create one manually via
OutputLocationRef.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destination(OutputLocationRef).
destination - a consumer that will call methods on OutputLocationRef.Builderdestination(OutputLocationRef)FrameCaptureGroupSettings.Builder frameCaptureCdnSettings(FrameCaptureCdnSettings frameCaptureCdnSettings)
frameCaptureCdnSettings - Parameters that control interactions with the CDN.default FrameCaptureGroupSettings.Builder frameCaptureCdnSettings(Consumer<FrameCaptureCdnSettings.Builder> frameCaptureCdnSettings)
FrameCaptureCdnSettings.Builder avoiding the need to create one manually via
FrameCaptureCdnSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to frameCaptureCdnSettings(FrameCaptureCdnSettings).
frameCaptureCdnSettings - a consumer that will call methods on FrameCaptureCdnSettings.BuilderframeCaptureCdnSettings(FrameCaptureCdnSettings)Copyright © 2022. All rights reserved.