Struct aws_sdk_appmesh::input::update_mesh_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateMeshInput
.
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 update.
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 update.
sourcepub fn set_spec(self, input: Option<MeshSpec>) -> Self
pub fn set_spec(self, input: Option<MeshSpec>) -> Self
The service mesh specification to apply.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
sourcepub fn build(self) -> Result<UpdateMeshInput, BuildError>
pub fn build(self) -> Result<UpdateMeshInput, BuildError>
Consumes the builder and constructs a UpdateMeshInput
.