pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateReportGroupOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn report_group(self, input: ReportGroup) -> Self
pub fn report_group(self, input: ReportGroup) -> Self
Information about the updated report group.
sourcepub fn set_report_group(self, input: Option<ReportGroup>) -> Self
pub fn set_report_group(self, input: Option<ReportGroup>) -> Self
Information about the updated report group.
sourcepub fn build(self) -> UpdateReportGroupOutput
pub fn build(self) -> UpdateReportGroupOutput
Consumes the builder and constructs a UpdateReportGroupOutput
.