Struct aws_sdk_backup::input::delete_report_plan_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteReportPlanInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn report_plan_name(self, input: impl Into<String>) -> Self
pub fn report_plan_name(self, input: impl Into<String>) -> Self
The unique name of a report plan.
sourcepub fn set_report_plan_name(self, input: Option<String>) -> Self
pub fn set_report_plan_name(self, input: Option<String>) -> Self
The unique name of a report plan.
sourcepub fn build(self) -> Result<DeleteReportPlanInput, BuildError>
pub fn build(self) -> Result<DeleteReportPlanInput, BuildError>
Consumes the builder and constructs a DeleteReportPlanInput
.