Struct aws_sdk_glue::types::builders::NotificationPropertyBuilder
source · #[non_exhaustive]pub struct NotificationPropertyBuilder { /* private fields */ }Expand description
A builder for NotificationProperty.
Implementations§
source§impl NotificationPropertyBuilder
impl NotificationPropertyBuilder
sourcepub fn notify_delay_after(self, input: i32) -> Self
pub fn notify_delay_after(self, input: i32) -> Self
After a job run starts, the number of minutes to wait before sending a job run delay notification.
sourcepub fn set_notify_delay_after(self, input: Option<i32>) -> Self
pub fn set_notify_delay_after(self, input: Option<i32>) -> Self
After a job run starts, the number of minutes to wait before sending a job run delay notification.
sourcepub fn build(self) -> NotificationProperty
pub fn build(self) -> NotificationProperty
Consumes the builder and constructs a NotificationProperty.
Trait Implementations§
source§impl Clone for NotificationPropertyBuilder
impl Clone for NotificationPropertyBuilder
source§fn clone(&self) -> NotificationPropertyBuilder
fn clone(&self) -> NotificationPropertyBuilder
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 NotificationPropertyBuilder
impl Debug for NotificationPropertyBuilder
source§impl Default for NotificationPropertyBuilder
impl Default for NotificationPropertyBuilder
source§fn default() -> NotificationPropertyBuilder
fn default() -> NotificationPropertyBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<NotificationPropertyBuilder> for NotificationPropertyBuilder
impl PartialEq<NotificationPropertyBuilder> for NotificationPropertyBuilder
source§fn eq(&self, other: &NotificationPropertyBuilder) -> bool
fn eq(&self, other: &NotificationPropertyBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for NotificationPropertyBuilder
Auto Trait Implementations§
impl RefUnwindSafe for NotificationPropertyBuilder
impl Send for NotificationPropertyBuilder
impl Sync for NotificationPropertyBuilder
impl Unpin for NotificationPropertyBuilder
impl UnwindSafe for NotificationPropertyBuilder
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