#[non_exhaustive]pub struct LogDeliveryConfigurationBuilder { /* private fields */ }
Expand description
A builder for LogDeliveryConfiguration
.
Implementations§
source§impl LogDeliveryConfigurationBuilder
impl LogDeliveryConfigurationBuilder
sourcepub fn s3_configuration(self, input: S3Configuration) -> Self
pub fn s3_configuration(self, input: S3Configuration) -> Self
Configuration for S3 bucket log delivery.
This field is required.sourcepub fn set_s3_configuration(self, input: Option<S3Configuration>) -> Self
pub fn set_s3_configuration(self, input: Option<S3Configuration>) -> Self
Configuration for S3 bucket log delivery.
sourcepub fn get_s3_configuration(&self) -> &Option<S3Configuration>
pub fn get_s3_configuration(&self) -> &Option<S3Configuration>
Configuration for S3 bucket log delivery.
sourcepub fn build(self) -> LogDeliveryConfiguration
pub fn build(self) -> LogDeliveryConfiguration
Consumes the builder and constructs a LogDeliveryConfiguration
.
Trait Implementations§
source§impl Clone for LogDeliveryConfigurationBuilder
impl Clone for LogDeliveryConfigurationBuilder
source§fn clone(&self) -> LogDeliveryConfigurationBuilder
fn clone(&self) -> LogDeliveryConfigurationBuilder
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 LogDeliveryConfigurationBuilder
impl Default for LogDeliveryConfigurationBuilder
source§fn default() -> LogDeliveryConfigurationBuilder
fn default() -> LogDeliveryConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for LogDeliveryConfigurationBuilder
impl PartialEq for LogDeliveryConfigurationBuilder
source§fn eq(&self, other: &LogDeliveryConfigurationBuilder) -> bool
fn eq(&self, other: &LogDeliveryConfigurationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LogDeliveryConfigurationBuilder
Auto Trait Implementations§
impl Freeze for LogDeliveryConfigurationBuilder
impl RefUnwindSafe for LogDeliveryConfigurationBuilder
impl Send for LogDeliveryConfigurationBuilder
impl Sync for LogDeliveryConfigurationBuilder
impl Unpin for LogDeliveryConfigurationBuilder
impl UnwindSafe for LogDeliveryConfigurationBuilder
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.