Struct aws_sdk_appmesh::model::mesh_service_discovery::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MeshServiceDiscovery
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ip_preference(self, input: IpPreference) -> Self
pub fn ip_preference(self, input: IpPreference) -> Self
The IP version to use to control traffic within the mesh.
sourcepub fn set_ip_preference(self, input: Option<IpPreference>) -> Self
pub fn set_ip_preference(self, input: Option<IpPreference>) -> Self
The IP version to use to control traffic within the mesh.
sourcepub fn build(self) -> MeshServiceDiscovery
pub fn build(self) -> MeshServiceDiscovery
Consumes the builder and constructs a MeshServiceDiscovery
.