pub struct Builder { /* private fields */ }Expand description
A builder for DeleteApplicationsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn configuration_ids(self, input: impl Into<String>) -> Self
pub fn configuration_ids(self, input: impl Into<String>) -> Self
Appends an item to configuration_ids.
To override the contents of this collection use set_configuration_ids.
Configuration ID of an application to be deleted.
sourcepub fn set_configuration_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_configuration_ids(self, input: Option<Vec<String>>) -> Self
Configuration ID of an application to be deleted.
sourcepub fn build(self) -> Result<DeleteApplicationsInput, BuildError>
pub fn build(self) -> Result<DeleteApplicationsInput, BuildError>
Consumes the builder and constructs a DeleteApplicationsInput.