pub struct Builder { /* private fields */ }Expand description
A builder for UpdateDevicePoolOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn device_pool(self, input: DevicePool) -> Self
pub fn device_pool(self, input: DevicePool) -> Self
The device pool you just updated.
sourcepub fn set_device_pool(self, input: Option<DevicePool>) -> Self
pub fn set_device_pool(self, input: Option<DevicePool>) -> Self
The device pool you just updated.
sourcepub fn build(self) -> UpdateDevicePoolOutput
pub fn build(self) -> UpdateDevicePoolOutput
Consumes the builder and constructs a UpdateDevicePoolOutput.