DeviceSummary.Builder |
DeviceSummary.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the device.
|
static DeviceSummary.Builder |
DeviceSummary.builder() |
|
DeviceSummary.Builder |
DeviceSummary.Builder.createdAt(Instant createdAt) |
The timestamp of when the device was created.
|
DeviceSummary.Builder |
DeviceSummary.Builder.currentSoftwareSetId(String currentSoftwareSetId) |
The ID of the software set currently installed on the device.
|
DeviceSummary.Builder |
DeviceSummary.Builder.desiredSoftwareSetId(String desiredSoftwareSetId) |
The ID of the software set which the device has been set to.
|
DeviceSummary.Builder |
DeviceSummary.Builder.environmentId(String environmentId) |
The ID of the environment the device is associated with.
|
DeviceSummary.Builder |
DeviceSummary.Builder.id(String id) |
The ID of the device.
|
DeviceSummary.Builder |
DeviceSummary.Builder.lastConnectedAt(Instant lastConnectedAt) |
The timestamp of the most recent session on the device.
|
DeviceSummary.Builder |
DeviceSummary.Builder.lastPostureAt(Instant lastPostureAt) |
The timestamp of the most recent check-in of the device.
|
DeviceSummary.Builder |
DeviceSummary.Builder.model(String model) |
The model number of the device.
|
DeviceSummary.Builder |
DeviceSummary.Builder.name(String name) |
The name of the device.
|
DeviceSummary.Builder |
DeviceSummary.Builder.pendingSoftwareSetId(String pendingSoftwareSetId) |
The ID of the software set that is pending to be installed on the device.
|
DeviceSummary.Builder |
DeviceSummary.Builder.serialNumber(String serialNumber) |
The hardware serial number of the device.
|
DeviceSummary.Builder |
DeviceSummary.Builder.softwareSetUpdateSchedule(String softwareSetUpdateSchedule) |
An option to define if software updates should be applied within a maintenance window.
|
DeviceSummary.Builder |
DeviceSummary.Builder.softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule) |
An option to define if software updates should be applied within a maintenance window.
|
DeviceSummary.Builder |
DeviceSummary.Builder.status(String status) |
The status of the device.
|
DeviceSummary.Builder |
DeviceSummary.Builder.status(DeviceStatus status) |
The status of the device.
|
default DeviceSummary.Builder |
DeviceSummary.Builder.tags(Consumer<EmbeddedTag.Builder> tags) |
The tag keys and optional values for the resource.
|
DeviceSummary.Builder |
DeviceSummary.Builder.tags(EmbeddedTag tags) |
The tag keys and optional values for the resource.
|
DeviceSummary.Builder |
DeviceSummary.toBuilder() |
|
DeviceSummary.Builder |
DeviceSummary.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the device was updated.
|