Struct aws_sdk_networkmanager::input::delete_device_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteDeviceInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn global_network_id(self, input: impl Into<String>) -> Self
pub fn global_network_id(self, input: impl Into<String>) -> Self
The ID of the global network.
sourcepub fn set_global_network_id(self, input: Option<String>) -> Self
pub fn set_global_network_id(self, input: Option<String>) -> Self
The ID of the global network.
sourcepub fn set_device_id(self, input: Option<String>) -> Self
pub fn set_device_id(self, input: Option<String>) -> Self
The ID of the device.
sourcepub fn build(self) -> Result<DeleteDeviceInput, BuildError>
pub fn build(self) -> Result<DeleteDeviceInput, BuildError>
Consumes the builder and constructs a DeleteDeviceInput
.