pub struct EventLogConfigBuilder { /* private fields */ }Implementations§
Source§impl EventLogConfigBuilder
impl EventLogConfigBuilder
pub fn new( cloudwatch_logs_role_arn: String, log_level: AppSyncApiLogLevel, ) -> Self
pub fn build(self) -> EventLogConfig
Auto Trait Implementations§
impl Freeze for EventLogConfigBuilder
impl RefUnwindSafe for EventLogConfigBuilder
impl Send for EventLogConfigBuilder
impl Sync for EventLogConfigBuilder
impl Unpin for EventLogConfigBuilder
impl UnwindSafe for EventLogConfigBuilder
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