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.
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 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<MssEncryptionBuilder> for MssEncryptionBuilder
impl PartialEq<MssEncryptionBuilder> 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 ==
.