pub struct Builder { /* private fields */ }Expand description
A builder for MemberFabricAttributes.
Implementations§
source§impl Builder
impl Builder
sourcepub fn admin_username(self, input: impl Into<String>) -> Self
pub fn admin_username(self, input: impl Into<String>) -> Self
The user name for the initial administrator user for the member.
sourcepub fn set_admin_username(self, input: Option<String>) -> Self
pub fn set_admin_username(self, input: Option<String>) -> Self
The user name for the initial administrator user for the member.
sourcepub fn ca_endpoint(self, input: impl Into<String>) -> Self
pub fn ca_endpoint(self, input: impl Into<String>) -> Self
The endpoint used to access the member's certificate authority.
sourcepub fn set_ca_endpoint(self, input: Option<String>) -> Self
pub fn set_ca_endpoint(self, input: Option<String>) -> Self
The endpoint used to access the member's certificate authority.
sourcepub fn build(self) -> MemberFabricAttributes
pub fn build(self) -> MemberFabricAttributes
Consumes the builder and constructs a MemberFabricAttributes.