Struct aws_sdk_rum::input::get_app_monitor_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetAppMonitorInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The app monitor to retrieve information for.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The app monitor to retrieve information for.
sourcepub fn build(self) -> Result<GetAppMonitorInput, BuildError>
pub fn build(self) -> Result<GetAppMonitorInput, BuildError>
Consumes the builder and constructs a GetAppMonitorInput
.