Uses of Interface
software.amazon.awssdk.services.medialive.model.FrameCaptureCdnSettings.Builder
-
Packages that use FrameCaptureCdnSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of FrameCaptureCdnSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return FrameCaptureCdnSettings.Builder Modifier and Type Method Description static FrameCaptureCdnSettings.BuilderFrameCaptureCdnSettings. builder()default FrameCaptureCdnSettings.BuilderFrameCaptureCdnSettings.Builder. frameCaptureS3Settings(Consumer<FrameCaptureS3Settings.Builder> frameCaptureS3Settings)Sets the value of the FrameCaptureS3Settings property for this object.FrameCaptureCdnSettings.BuilderFrameCaptureCdnSettings.Builder. frameCaptureS3Settings(FrameCaptureS3Settings frameCaptureS3Settings)Sets the value of the FrameCaptureS3Settings property for this object.FrameCaptureCdnSettings.BuilderFrameCaptureCdnSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type FrameCaptureCdnSettings.Builder Modifier and Type Method Description static Class<? extends FrameCaptureCdnSettings.Builder>FrameCaptureCdnSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type FrameCaptureCdnSettings.Builder Modifier and Type Method Description default FrameCaptureGroupSettings.BuilderFrameCaptureGroupSettings.Builder. frameCaptureCdnSettings(Consumer<FrameCaptureCdnSettings.Builder> frameCaptureCdnSettings)Parameters that control interactions with the CDN.
-