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