Struct aws_sdk_appmesh::model::mesh_data::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MeshData
.
Implementations§
source§impl Builder
impl Builder
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.
sourcepub fn set_spec(self, input: Option<MeshSpec>) -> Self
pub fn set_spec(self, input: Option<MeshSpec>) -> Self
The associated specification for the service mesh.
sourcepub fn metadata(self, input: ResourceMetadata) -> Self
pub fn metadata(self, input: ResourceMetadata) -> Self
The associated metadata for the service mesh.
sourcepub fn set_metadata(self, input: Option<ResourceMetadata>) -> Self
pub fn set_metadata(self, input: Option<ResourceMetadata>) -> Self
The associated metadata for the service mesh.
sourcepub fn status(self, input: MeshStatus) -> Self
pub fn status(self, input: MeshStatus) -> Self
The status of the service mesh.
sourcepub fn set_status(self, input: Option<MeshStatus>) -> Self
pub fn set_status(self, input: Option<MeshStatus>) -> Self
The status of the service mesh.