pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeDeviceFleetInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn device_fleet_name(self, input: impl Into<String>) -> Self
pub fn device_fleet_name(self, input: impl Into<String>) -> Self
The name of the fleet.
sourcepub fn set_device_fleet_name(self, input: Option<String>) -> Self
pub fn set_device_fleet_name(self, input: Option<String>) -> Self
The name of the fleet.
sourcepub fn build(self) -> Result<DescribeDeviceFleetInput, BuildError>
pub fn build(self) -> Result<DescribeDeviceFleetInput, BuildError>
Consumes the builder and constructs a DescribeDeviceFleetInput
.