#[non_exhaustive]pub struct DeliveryChannelStatusBuilder { /* private fields */ }Expand description
A builder for DeliveryChannelStatus.
Implementations§
source§impl DeliveryChannelStatusBuilder
impl DeliveryChannelStatusBuilder
sourcepub fn config_snapshot_delivery_info(
self,
input: ConfigExportDeliveryInfo
) -> Self
pub fn config_snapshot_delivery_info( self, input: ConfigExportDeliveryInfo ) -> Self
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
sourcepub fn set_config_snapshot_delivery_info(
self,
input: Option<ConfigExportDeliveryInfo>
) -> Self
pub fn set_config_snapshot_delivery_info( self, input: Option<ConfigExportDeliveryInfo> ) -> Self
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
sourcepub fn config_history_delivery_info(
self,
input: ConfigExportDeliveryInfo
) -> Self
pub fn config_history_delivery_info( self, input: ConfigExportDeliveryInfo ) -> Self
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
sourcepub fn set_config_history_delivery_info(
self,
input: Option<ConfigExportDeliveryInfo>
) -> Self
pub fn set_config_history_delivery_info( self, input: Option<ConfigExportDeliveryInfo> ) -> Self
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
sourcepub fn config_stream_delivery_info(
self,
input: ConfigStreamDeliveryInfo
) -> Self
pub fn config_stream_delivery_info( self, input: ConfigStreamDeliveryInfo ) -> Self
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
sourcepub fn set_config_stream_delivery_info(
self,
input: Option<ConfigStreamDeliveryInfo>
) -> Self
pub fn set_config_stream_delivery_info( self, input: Option<ConfigStreamDeliveryInfo> ) -> Self
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
sourcepub fn build(self) -> DeliveryChannelStatus
pub fn build(self) -> DeliveryChannelStatus
Consumes the builder and constructs a DeliveryChannelStatus.
Trait Implementations§
source§impl Clone for DeliveryChannelStatusBuilder
impl Clone for DeliveryChannelStatusBuilder
source§fn clone(&self) -> DeliveryChannelStatusBuilder
fn clone(&self) -> DeliveryChannelStatusBuilder
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 DeliveryChannelStatusBuilder
impl Debug for DeliveryChannelStatusBuilder
source§impl Default for DeliveryChannelStatusBuilder
impl Default for DeliveryChannelStatusBuilder
source§fn default() -> DeliveryChannelStatusBuilder
fn default() -> DeliveryChannelStatusBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeliveryChannelStatusBuilder> for DeliveryChannelStatusBuilder
impl PartialEq<DeliveryChannelStatusBuilder> for DeliveryChannelStatusBuilder
source§fn eq(&self, other: &DeliveryChannelStatusBuilder) -> bool
fn eq(&self, other: &DeliveryChannelStatusBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeliveryChannelStatusBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeliveryChannelStatusBuilder
impl Send for DeliveryChannelStatusBuilder
impl Sync for DeliveryChannelStatusBuilder
impl Unpin for DeliveryChannelStatusBuilder
impl UnwindSafe for DeliveryChannelStatusBuilder
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