Struct aws_sdk_mediapackage::types::builders::MssEncryptionBuilder
source · #[non_exhaustive]pub struct MssEncryptionBuilder { /* private fields */ }
Expand description
A builder for MssEncryption
.
Implementations§
source§impl MssEncryptionBuilder
impl MssEncryptionBuilder
sourcepub fn speke_key_provider(self, input: SpekeKeyProvider) -> Self
pub fn speke_key_provider(self, input: SpekeKeyProvider) -> Self
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys. This field is required.
sourcepub fn set_speke_key_provider(self, input: Option<SpekeKeyProvider>) -> Self
pub fn set_speke_key_provider(self, input: Option<SpekeKeyProvider>) -> Self
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
sourcepub fn get_speke_key_provider(&self) -> &Option<SpekeKeyProvider>
pub fn get_speke_key_provider(&self) -> &Option<SpekeKeyProvider>
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
sourcepub fn build(self) -> MssEncryption
pub fn build(self) -> MssEncryption
Consumes the builder and constructs a MssEncryption
.
Trait Implementations§
source§impl Clone for MssEncryptionBuilder
impl Clone for MssEncryptionBuilder
source§fn clone(&self) -> MssEncryptionBuilder
fn clone(&self) -> MssEncryptionBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MssEncryptionBuilder
impl Debug for MssEncryptionBuilder
source§impl Default for MssEncryptionBuilder
impl Default for MssEncryptionBuilder
source§fn default() -> MssEncryptionBuilder
fn default() -> MssEncryptionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for MssEncryptionBuilder
impl PartialEq for MssEncryptionBuilder
source§fn eq(&self, other: &MssEncryptionBuilder) -> bool
fn eq(&self, other: &MssEncryptionBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MssEncryptionBuilder
Auto Trait Implementations§
impl RefUnwindSafe for MssEncryptionBuilder
impl Send for MssEncryptionBuilder
impl Sync for MssEncryptionBuilder
impl Unpin for MssEncryptionBuilder
impl UnwindSafe for MssEncryptionBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.