Struct aws_sdk_eventbridge::input::delete_archive_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteArchiveInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn archive_name(self, input: impl Into<String>) -> Self
pub fn archive_name(self, input: impl Into<String>) -> Self
The name of the archive to delete.
sourcepub fn set_archive_name(self, input: Option<String>) -> Self
pub fn set_archive_name(self, input: Option<String>) -> Self
The name of the archive to delete.
sourcepub fn build(self) -> Result<DeleteArchiveInput, BuildError>
pub fn build(self) -> Result<DeleteArchiveInput, BuildError>
Consumes the builder and constructs a DeleteArchiveInput.