pub struct Builder { /* private fields */ }Expand description
A builder for GetNetworkOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn network(self, input: Network) -> Self
pub fn network(self, input: Network) -> Self
An object containing network configuration parameters.
sourcepub fn set_network(self, input: Option<Network>) -> Self
pub fn set_network(self, input: Option<Network>) -> Self
An object containing network configuration parameters.
sourcepub fn build(self) -> GetNetworkOutput
pub fn build(self) -> GetNetworkOutput
Consumes the builder and constructs a GetNetworkOutput.