Struct aws_sdk_managedblockchain::input::update_member_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateMemberInput
Implementations
The unique identifier of the Managed Blockchain network to which the member belongs.
The unique identifier of the Managed Blockchain network to which the member belongs.
The unique identifier of the member.
Configuration properties for publishing to Amazon CloudWatch Logs.
pub fn set_log_publishing_configuration(
self,
input: Option<MemberLogPublishingConfiguration>
) -> Self
pub fn set_log_publishing_configuration(
self,
input: Option<MemberLogPublishingConfiguration>
) -> Self
Configuration properties for publishing to Amazon CloudWatch Logs.
Consumes the builder and constructs a UpdateMemberInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more