pub struct Builder { /* private fields */ }
Expand description
A builder for GetBackupPlanFromJsonInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn backup_plan_template_json(self, input: impl Into<String>) -> Self
pub fn backup_plan_template_json(self, input: impl Into<String>) -> Self
A customer-supplied backup plan document in JSON format.
sourcepub fn set_backup_plan_template_json(self, input: Option<String>) -> Self
pub fn set_backup_plan_template_json(self, input: Option<String>) -> Self
A customer-supplied backup plan document in JSON format.
sourcepub fn build(self) -> Result<GetBackupPlanFromJsonInput, BuildError>
pub fn build(self) -> Result<GetBackupPlanFromJsonInput, BuildError>
Consumes the builder and constructs a GetBackupPlanFromJsonInput
.