Struct aws_sdk_mediapackage::model::mss_encryption::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MssEncryption
.
Implementations§
source§impl Builder
impl Builder
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
.