Struct aws_sdk_workmail::input::delete_resource_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteResourceInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn organization_id(self, input: impl Into<String>) -> Self
pub fn organization_id(self, input: impl Into<String>) -> Self
The identifier associated with the organization from which the resource is deleted.
sourcepub fn set_organization_id(self, input: Option<String>) -> Self
pub fn set_organization_id(self, input: Option<String>) -> Self
The identifier associated with the organization from which the resource is deleted.
sourcepub fn resource_id(self, input: impl Into<String>) -> Self
pub fn resource_id(self, input: impl Into<String>) -> Self
The identifier of the resource to be deleted.
sourcepub fn set_resource_id(self, input: Option<String>) -> Self
pub fn set_resource_id(self, input: Option<String>) -> Self
The identifier of the resource to be deleted.
sourcepub fn build(self) -> Result<DeleteResourceInput, BuildError>
pub fn build(self) -> Result<DeleteResourceInput, BuildError>
Consumes the builder and constructs a DeleteResourceInput
.