#[non_exhaustive]pub struct DescribeMeshInputBuilder { /* private fields */ }Expand description
A builder for DescribeMeshInput.
Implementations§
source§impl DescribeMeshInputBuilder
impl DescribeMeshInputBuilder
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 describe.
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 describe.
sourcepub fn mesh_owner(self, input: impl Into<String>) -> Self
pub fn mesh_owner(self, input: impl Into<String>) -> Self
The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
sourcepub fn set_mesh_owner(self, input: Option<String>) -> Self
pub fn set_mesh_owner(self, input: Option<String>) -> Self
The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
sourcepub fn build(self) -> Result<DescribeMeshInput, BuildError>
pub fn build(self) -> Result<DescribeMeshInput, BuildError>
Consumes the builder and constructs a DescribeMeshInput.
Trait Implementations§
source§impl Clone for DescribeMeshInputBuilder
impl Clone for DescribeMeshInputBuilder
source§fn clone(&self) -> DescribeMeshInputBuilder
fn clone(&self) -> DescribeMeshInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeMeshInputBuilder
impl Debug for DescribeMeshInputBuilder
source§impl Default for DescribeMeshInputBuilder
impl Default for DescribeMeshInputBuilder
source§fn default() -> DescribeMeshInputBuilder
fn default() -> DescribeMeshInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeMeshInputBuilder> for DescribeMeshInputBuilder
impl PartialEq<DescribeMeshInputBuilder> for DescribeMeshInputBuilder
source§fn eq(&self, other: &DescribeMeshInputBuilder) -> bool
fn eq(&self, other: &DescribeMeshInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.