pub struct AppSyncApiBuilder { /* private fields */ }Implementations§
Source§impl AppSyncApiBuilder
impl AppSyncApiBuilder
pub fn new(id: &str, app_sync_api_name: AppSyncApiName) -> Self
pub fn event_config(self, event_config: EventConfig) -> Self
pub fn build(self, stack_builder: &mut StackBuilder) -> AppSyncApiRef
Auto Trait Implementations§
impl Freeze for AppSyncApiBuilder
impl RefUnwindSafe for AppSyncApiBuilder
impl Send for AppSyncApiBuilder
impl Sync for AppSyncApiBuilder
impl Unpin for AppSyncApiBuilder
impl UnwindSafe for AppSyncApiBuilder
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