pub struct Builder { /* private fields */ }
Expand description
A builder for RemoveAllBackendsInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_app_id(self, input: Option<String>) -> Self
pub fn set_app_id(self, input: Option<String>) -> Self
The app ID.
sourcepub fn clean_amplify_app(self, input: bool) -> Self
pub fn clean_amplify_app(self, input: bool) -> Self
Cleans up the Amplify Console app if this value is set to true.
sourcepub fn set_clean_amplify_app(self, input: Option<bool>) -> Self
pub fn set_clean_amplify_app(self, input: Option<bool>) -> Self
Cleans up the Amplify Console app if this value is set to true.
sourcepub fn build(self) -> Result<RemoveAllBackendsInput, BuildError>
pub fn build(self) -> Result<RemoveAllBackendsInput, BuildError>
Consumes the builder and constructs a RemoveAllBackendsInput
.