pub struct Builder { /* private fields */ }Expand description
A builder for CreateNetworkOutput.
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 for the network.
sourcepub fn set_network_id(self, input: Option<String>) -> Self
pub fn set_network_id(self, input: Option<String>) -> Self
The unique identifier for the network.
sourcepub fn member_id(self, input: impl Into<String>) -> Self
pub fn member_id(self, input: impl Into<String>) -> Self
The unique identifier for the first member within the network.
sourcepub fn set_member_id(self, input: Option<String>) -> Self
pub fn set_member_id(self, input: Option<String>) -> Self
The unique identifier for the first member within the network.
sourcepub fn build(self) -> CreateNetworkOutput
pub fn build(self) -> CreateNetworkOutput
Consumes the builder and constructs a CreateNetworkOutput.