#[non_exhaustive]pub struct VerifiedAccessLogKinesisDataFirehoseDestinationBuilder { /* private fields */ }
Expand description
A builder for VerifiedAccessLogKinesisDataFirehoseDestination
.
Implementations§
source§impl VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
impl VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Indicates whether logging is enabled.
sourcepub fn get_enabled(&self) -> &Option<bool>
pub fn get_enabled(&self) -> &Option<bool>
Indicates whether logging is enabled.
sourcepub fn delivery_status(self, input: VerifiedAccessLogDeliveryStatus) -> Self
pub fn delivery_status(self, input: VerifiedAccessLogDeliveryStatus) -> Self
The delivery status.
sourcepub fn set_delivery_status(
self,
input: Option<VerifiedAccessLogDeliveryStatus>
) -> Self
pub fn set_delivery_status( self, input: Option<VerifiedAccessLogDeliveryStatus> ) -> Self
The delivery status.
sourcepub fn get_delivery_status(&self) -> &Option<VerifiedAccessLogDeliveryStatus>
pub fn get_delivery_status(&self) -> &Option<VerifiedAccessLogDeliveryStatus>
The delivery status.
sourcepub fn delivery_stream(self, input: impl Into<String>) -> Self
pub fn delivery_stream(self, input: impl Into<String>) -> Self
The ID of the delivery stream.
sourcepub fn set_delivery_stream(self, input: Option<String>) -> Self
pub fn set_delivery_stream(self, input: Option<String>) -> Self
The ID of the delivery stream.
sourcepub fn get_delivery_stream(&self) -> &Option<String>
pub fn get_delivery_stream(&self) -> &Option<String>
The ID of the delivery stream.
sourcepub fn build(self) -> VerifiedAccessLogKinesisDataFirehoseDestination
pub fn build(self) -> VerifiedAccessLogKinesisDataFirehoseDestination
Consumes the builder and constructs a VerifiedAccessLogKinesisDataFirehoseDestination
.
Trait Implementations§
source§impl Clone for VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
impl Clone for VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
source§fn clone(&self) -> VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
fn clone(&self) -> VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
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 Default for VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
impl Default for VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
source§fn default() -> VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
fn default() -> VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
impl PartialEq for VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
source§fn eq(
&self,
other: &VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
) -> bool
fn eq( &self, other: &VerifiedAccessLogKinesisDataFirehoseDestinationBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
impl Send for VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
impl Sync for VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
impl Unpin for VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
impl UnwindSafe for VerifiedAccessLogKinesisDataFirehoseDestinationBuilder
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.