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