Struct aws_sdk_kafka::types::builders::BrokerLogsBuilder
source · #[non_exhaustive]pub struct BrokerLogsBuilder { /* private fields */ }
Expand description
A builder for BrokerLogs
.
Implementations§
source§impl BrokerLogsBuilder
impl BrokerLogsBuilder
pub fn cloud_watch_logs(self, input: CloudWatchLogs) -> Self
pub fn set_cloud_watch_logs(self, input: Option<CloudWatchLogs>) -> Self
pub fn firehose(self, input: Firehose) -> Self
pub fn set_firehose(self, input: Option<Firehose>) -> Self
pub fn s3(self, input: S3) -> Self
pub fn set_s3(self, input: Option<S3>) -> Self
sourcepub fn build(self) -> BrokerLogs
pub fn build(self) -> BrokerLogs
Consumes the builder and constructs a BrokerLogs
.
Trait Implementations§
source§impl Clone for BrokerLogsBuilder
impl Clone for BrokerLogsBuilder
source§fn clone(&self) -> BrokerLogsBuilder
fn clone(&self) -> BrokerLogsBuilder
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 BrokerLogsBuilder
impl Debug for BrokerLogsBuilder
source§impl Default for BrokerLogsBuilder
impl Default for BrokerLogsBuilder
source§fn default() -> BrokerLogsBuilder
fn default() -> BrokerLogsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BrokerLogsBuilder> for BrokerLogsBuilder
impl PartialEq<BrokerLogsBuilder> for BrokerLogsBuilder
source§fn eq(&self, other: &BrokerLogsBuilder) -> bool
fn eq(&self, other: &BrokerLogsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BrokerLogsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BrokerLogsBuilder
impl Send for BrokerLogsBuilder
impl Sync for BrokerLogsBuilder
impl Unpin for BrokerLogsBuilder
impl UnwindSafe for BrokerLogsBuilder
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