GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.agentVersions(Collection<AgentVersion> agentVersions) |
The versions of Edge Manager agent deployed on the fleet.
|
GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.agentVersions(Consumer<AgentVersion.Builder>... agentVersions) |
The versions of Edge Manager agent deployed on the fleet.
|
GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.agentVersions(AgentVersion... agentVersions) |
The versions of Edge Manager agent deployed on the fleet.
|
static GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.builder() |
|
GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.description(String description) |
Description of the fleet.
|
GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.deviceFleetArn(String deviceFleetArn) |
The Amazon Resource Name (ARN) of the device.
|
GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.deviceFleetName(String deviceFleetName) |
The name of the fleet.
|
default GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.deviceStats(Consumer<DeviceStats.Builder> deviceStats) |
Status of devices.
|
GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.deviceStats(DeviceStats deviceStats) |
Status of devices.
|
GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.modelStats(Collection<EdgeModelStat> modelStats) |
Status of model on device.
|
GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.modelStats(Consumer<EdgeModelStat.Builder>... modelStats) |
Status of model on device.
|
GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.modelStats(EdgeModelStat... modelStats) |
Status of model on device.
|
default GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.outputConfig(Consumer<EdgeOutputConfig.Builder> outputConfig) |
The output configuration for storing sample data collected by the fleet.
|
GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.outputConfig(EdgeOutputConfig outputConfig) |
The output configuration for storing sample data collected by the fleet.
|
GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.Builder.reportGenerated(Instant reportGenerated) |
Timestamp of when the report was generated.
|
GetDeviceFleetReportResponse.Builder |
GetDeviceFleetReportResponse.toBuilder() |
|