#[non_exhaustive]pub struct MemberFabricAttributesBuilder { /* private fields */ }
Expand description
A builder for MemberFabricAttributes
.
Implementations§
source§impl MemberFabricAttributesBuilder
impl MemberFabricAttributesBuilder
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
.
Trait Implementations§
source§impl Clone for MemberFabricAttributesBuilder
impl Clone for MemberFabricAttributesBuilder
source§fn clone(&self) -> MemberFabricAttributesBuilder
fn clone(&self) -> MemberFabricAttributesBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for MemberFabricAttributesBuilder
impl Default for MemberFabricAttributesBuilder
source§fn default() -> MemberFabricAttributesBuilder
fn default() -> MemberFabricAttributesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<MemberFabricAttributesBuilder> for MemberFabricAttributesBuilder
impl PartialEq<MemberFabricAttributesBuilder> for MemberFabricAttributesBuilder
source§fn eq(&self, other: &MemberFabricAttributesBuilder) -> bool
fn eq(&self, other: &MemberFabricAttributesBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MemberFabricAttributesBuilder
Auto Trait Implementations§
impl RefUnwindSafe for MemberFabricAttributesBuilder
impl Send for MemberFabricAttributesBuilder
impl Sync for MemberFabricAttributesBuilder
impl Unpin for MemberFabricAttributesBuilder
impl UnwindSafe for MemberFabricAttributesBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more