Struct aws_sdk_appmesh::output::create_mesh_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateMeshOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn mesh(self, input: MeshData) -> Self
pub fn mesh(self, input: MeshData) -> Self
The full description of your service mesh following the create call.
sourcepub fn set_mesh(self, input: Option<MeshData>) -> Self
pub fn set_mesh(self, input: Option<MeshData>) -> Self
The full description of your service mesh following the create call.
sourcepub fn build(self) -> CreateMeshOutput
pub fn build(self) -> CreateMeshOutput
Consumes the builder and constructs a CreateMeshOutput
.