Struct aws_sdk_mediapackage::types::builders::DashEncryptionBuilder
source · #[non_exhaustive]pub struct DashEncryptionBuilder { /* private fields */ }
Expand description
A builder for DashEncryption
.
Implementations§
source§impl DashEncryptionBuilder
impl DashEncryptionBuilder
sourcepub fn key_rotation_interval_seconds(self, input: i32) -> Self
pub fn key_rotation_interval_seconds(self, input: i32) -> Self
Time (in seconds) between each encryption key rotation.
sourcepub fn set_key_rotation_interval_seconds(self, input: Option<i32>) -> Self
pub fn set_key_rotation_interval_seconds(self, input: Option<i32>) -> Self
Time (in seconds) between each encryption key rotation.
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) -> DashEncryption
pub fn build(self) -> DashEncryption
Consumes the builder and constructs a DashEncryption
.
Trait Implementations§
source§impl Clone for DashEncryptionBuilder
impl Clone for DashEncryptionBuilder
source§fn clone(&self) -> DashEncryptionBuilder
fn clone(&self) -> DashEncryptionBuilder
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 DashEncryptionBuilder
impl Debug for DashEncryptionBuilder
source§impl Default for DashEncryptionBuilder
impl Default for DashEncryptionBuilder
source§fn default() -> DashEncryptionBuilder
fn default() -> DashEncryptionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DashEncryptionBuilder> for DashEncryptionBuilder
impl PartialEq<DashEncryptionBuilder> for DashEncryptionBuilder
source§fn eq(&self, other: &DashEncryptionBuilder) -> bool
fn eq(&self, other: &DashEncryptionBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.