Struct aws_sdk_managedblockchain::input::get_network_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for GetNetworkInput.
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 network to get information about.
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 network to get information about.
sourcepub fn build(self) -> Result<GetNetworkInput, BuildError>
pub fn build(self) -> Result<GetNetworkInput, BuildError>
Consumes the builder and constructs a GetNetworkInput.