pub struct Builder { /* private fields */ }Expand description
A builder for ClusterServiceConnectDefaults.
Implementations§
source§impl Builder
impl Builder
sourcepub fn namespace(self, input: impl Into<String>) -> Self
pub fn namespace(self, input: impl Into<String>) -> Self
The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace. When you create a service and don't specify a Service Connect configuration, this namespace is used.
sourcepub fn set_namespace(self, input: Option<String>) -> Self
pub fn set_namespace(self, input: Option<String>) -> Self
The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace. When you create a service and don't specify a Service Connect configuration, this namespace is used.
sourcepub fn build(self) -> ClusterServiceConnectDefaults
pub fn build(self) -> ClusterServiceConnectDefaults
Consumes the builder and constructs a ClusterServiceConnectDefaults.