pub struct Builder { /* private fields */ }
Expand description
A builder for GetNotificationConfigurationOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn notification_configuration(self, input: NotificationConfiguration) -> Self
pub fn notification_configuration(self, input: NotificationConfiguration) -> Self
The current notification configuration for this profiling group.
sourcepub fn set_notification_configuration(
self,
input: Option<NotificationConfiguration>
) -> Self
pub fn set_notification_configuration(
self,
input: Option<NotificationConfiguration>
) -> Self
The current notification configuration for this profiling group.
sourcepub fn build(self) -> GetNotificationConfigurationOutput
pub fn build(self) -> GetNotificationConfigurationOutput
Consumes the builder and constructs a GetNotificationConfigurationOutput
.