Struct aws_sdk_appmesh::model::backend_defaults::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for BackendDefaults
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn client_policy(self, input: ClientPolicy) -> Self
pub fn client_policy(self, input: ClientPolicy) -> Self
A reference to an object that represents a client policy.
sourcepub fn set_client_policy(self, input: Option<ClientPolicy>) -> Self
pub fn set_client_policy(self, input: Option<ClientPolicy>) -> Self
A reference to an object that represents a client policy.
sourcepub fn build(self) -> BackendDefaults
pub fn build(self) -> BackendDefaults
Consumes the builder and constructs a BackendDefaults
.