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 get_key_rotation_interval_seconds(&self) -> &Option<i32>
pub fn get_key_rotation_interval_seconds(&self) -> &Option<i32>
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. 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) -> 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 for DashEncryptionBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for DashEncryptionBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DashEncryptionBuilder
impl Send for DashEncryptionBuilder
impl Sync for DashEncryptionBuilder
impl Unpin for DashEncryptionBuilder
impl UnwindSafe for DashEncryptionBuilder
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.