Struct aws_sdk_appmesh::input::delete_mesh_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteMeshInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn mesh_name(self, input: impl Into<String>) -> Self
pub fn mesh_name(self, input: impl Into<String>) -> Self
The name of the service mesh to delete.
sourcepub fn set_mesh_name(self, input: Option<String>) -> Self
pub fn set_mesh_name(self, input: Option<String>) -> Self
The name of the service mesh to delete.
sourcepub fn build(self) -> Result<DeleteMeshInput, BuildError>
pub fn build(self) -> Result<DeleteMeshInput, BuildError>
Consumes the builder and constructs a DeleteMeshInput
.