pub struct Builder { /* private fields */ }
Expand description
A builder for GetNotificationConfigurationInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn profiling_group_name(self, input: impl Into<String>) -> Self
pub fn profiling_group_name(self, input: impl Into<String>) -> Self
The name of the profiling group we want to get the notification configuration for.
sourcepub fn set_profiling_group_name(self, input: Option<String>) -> Self
pub fn set_profiling_group_name(self, input: Option<String>) -> Self
The name of the profiling group we want to get the notification configuration for.
sourcepub fn build(self) -> Result<GetNotificationConfigurationInput, BuildError>
pub fn build(self) -> Result<GetNotificationConfigurationInput, BuildError>
Consumes the builder and constructs a GetNotificationConfigurationInput
.