Struct aws_sdk_ec2::model::connection_notification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ConnectionNotification
Implementations
The ID of the notification.
The ID of the notification.
The ID of the endpoint service.
The ID of the endpoint service.
The ID of the VPC endpoint.
The ID of the VPC endpoint.
The type of notification.
pub fn set_connection_notification_type(
self,
input: Option<ConnectionNotificationType>
) -> Self
pub fn set_connection_notification_type(
self,
input: Option<ConnectionNotificationType>
) -> Self
The type of notification.
The ARN of the SNS topic for the notification.
The ARN of the SNS topic for the notification.
Appends an item to connection_events
.
To override the contents of this collection use set_connection_events
.
The events for the notification. Valid values are Accept
,
Connect
, Delete
, and Reject
.
The events for the notification. Valid values are Accept
,
Connect
, Delete
, and Reject
.
The state of the notification.
pub fn set_connection_notification_state(
self,
input: Option<ConnectionNotificationState>
) -> Self
pub fn set_connection_notification_state(
self,
input: Option<ConnectionNotificationState>
) -> Self
The state of the notification.
Consumes the builder and constructs a ConnectionNotification
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more