pub struct Builder { /* private fields */ }
Expand description
A builder for EncryptionContractConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn preset_speke20_audio(self, input: PresetSpeke20Audio) -> Self
pub fn preset_speke20_audio(self, input: PresetSpeke20Audio) -> Self
A collection of audio encryption presets.
sourcepub fn set_preset_speke20_audio(self, input: Option<PresetSpeke20Audio>) -> Self
pub fn set_preset_speke20_audio(self, input: Option<PresetSpeke20Audio>) -> Self
A collection of audio encryption presets.
sourcepub fn preset_speke20_video(self, input: PresetSpeke20Video) -> Self
pub fn preset_speke20_video(self, input: PresetSpeke20Video) -> Self
A collection of video encryption presets.
sourcepub fn set_preset_speke20_video(self, input: Option<PresetSpeke20Video>) -> Self
pub fn set_preset_speke20_video(self, input: Option<PresetSpeke20Video>) -> Self
A collection of video encryption presets.
sourcepub fn build(self) -> EncryptionContractConfiguration
pub fn build(self) -> EncryptionContractConfiguration
Consumes the builder and constructs a EncryptionContractConfiguration
.