Struct aws_sdk_chime::model::streaming_configuration::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for StreamingConfiguration.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn data_retention_in_hours(self, input: i32) -> Self
pub fn data_retention_in_hours(self, input: i32) -> Self
The retention period, in hours, for the Amazon Kinesis data.
sourcepub fn set_data_retention_in_hours(self, input: Option<i32>) -> Self
pub fn set_data_retention_in_hours(self, input: Option<i32>) -> Self
The retention period, in hours, for the Amazon Kinesis data.
sourcepub fn disabled(self, input: bool) -> Self
pub fn disabled(self, input: bool) -> Self
When true, media streaming to Amazon Kinesis is turned off.
sourcepub fn set_disabled(self, input: Option<bool>) -> Self
pub fn set_disabled(self, input: Option<bool>) -> Self
When true, media streaming to Amazon Kinesis is turned off.
sourcepub fn streaming_notification_targets(
self,
input: StreamingNotificationTarget
) -> Self
pub fn streaming_notification_targets(
self,
input: StreamingNotificationTarget
) -> Self
Appends an item to streaming_notification_targets.
To override the contents of this collection use set_streaming_notification_targets.
The streaming notification targets.
sourcepub fn set_streaming_notification_targets(
self,
input: Option<Vec<StreamingNotificationTarget>>
) -> Self
pub fn set_streaming_notification_targets(
self,
input: Option<Vec<StreamingNotificationTarget>>
) -> Self
The streaming notification targets.
sourcepub fn build(self) -> StreamingConfiguration
pub fn build(self) -> StreamingConfiguration
Consumes the builder and constructs a StreamingConfiguration.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more