pub struct Builder { /* private fields */ }
Expand description
A builder for CreateVpcEndpointConnectionNotificationOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn connection_notification(self, input: ConnectionNotification) -> Self
pub fn connection_notification(self, input: ConnectionNotification) -> Self
Information about the notification.
sourcepub fn set_connection_notification(
self,
input: Option<ConnectionNotification>
) -> Self
pub fn set_connection_notification(
self,
input: Option<ConnectionNotification>
) -> Self
Information about the notification.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn build(self) -> CreateVpcEndpointConnectionNotificationOutput
pub fn build(self) -> CreateVpcEndpointConnectionNotificationOutput
Consumes the builder and constructs a CreateVpcEndpointConnectionNotificationOutput
.