pub struct Builder { /* private fields */ }Expand description
A builder for UpdateMemberInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn network_id(self, input: impl Into<String>) -> Self
pub fn network_id(self, input: impl Into<String>) -> Self
The unique identifier of the Managed Blockchain network to which the member belongs.
sourcepub fn set_network_id(self, input: Option<String>) -> Self
pub fn set_network_id(self, input: Option<String>) -> Self
The unique identifier of the Managed Blockchain network to which the member belongs.
sourcepub fn set_member_id(self, input: Option<String>) -> Self
pub fn set_member_id(self, input: Option<String>) -> Self
The unique identifier of the member.
sourcepub fn log_publishing_configuration(
self,
input: MemberLogPublishingConfiguration
) -> Self
pub fn log_publishing_configuration(
self,
input: MemberLogPublishingConfiguration
) -> Self
Configuration properties for publishing to Amazon CloudWatch Logs.
sourcepub 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.
sourcepub fn build(self) -> Result<UpdateMemberInput, BuildError>
pub fn build(self) -> Result<UpdateMemberInput, BuildError>
Consumes the builder and constructs a UpdateMemberInput.