Struct aws_sdk_appmesh::output::update_mesh_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateMeshOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn mesh(self, input: MeshData) -> Self
pub fn mesh(self, input: MeshData) -> Self
An object that represents a service mesh returned by a describe operation.
sourcepub fn set_mesh(self, input: Option<MeshData>) -> Self
pub fn set_mesh(self, input: Option<MeshData>) -> Self
An object that represents a service mesh returned by a describe operation.
sourcepub fn build(self) -> UpdateMeshOutput
pub fn build(self) -> UpdateMeshOutput
Consumes the builder and constructs a UpdateMeshOutput
.