Device.Builder |
Device.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the device.
|
static Device.Builder |
Device.builder() |
|
Device.Builder |
Device.Builder.createdAt(Instant createdAt) |
The timestamp of when the device was created.
|
Device.Builder |
Device.Builder.currentSoftwareSetId(String currentSoftwareSetId) |
The ID of the software set currently installed on the device.
|
Device.Builder |
Device.Builder.currentSoftwareSetVersion(String currentSoftwareSetVersion) |
The version of the software set currently installed on the device.
|
Device.Builder |
Device.Builder.desiredSoftwareSetId(String desiredSoftwareSetId) |
The ID of the software set which the device has been set to.
|
Device.Builder |
Device.Builder.environmentId(String environmentId) |
The ID of the environment the device is associated with.
|
Device.Builder |
Device.Builder.id(String id) |
The ID of the device.
|
Device.Builder |
Device.Builder.kmsKeyArn(String kmsKeyArn) |
The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the device.
|
Device.Builder |
Device.Builder.lastConnectedAt(Instant lastConnectedAt) |
The timestamp of the most recent session on the device.
|
Device.Builder |
Device.Builder.lastPostureAt(Instant lastPostureAt) |
The timestamp of the most recent check-in of the device.
|
Device.Builder |
Device.Builder.model(String model) |
The model number of the device.
|
Device.Builder |
Device.Builder.name(String name) |
The name of the device.
|
Device.Builder |
Device.Builder.pendingSoftwareSetId(String pendingSoftwareSetId) |
The ID of the software set that is pending to be installed on the device.
|
Device.Builder |
Device.Builder.pendingSoftwareSetVersion(String pendingSoftwareSetVersion) |
The version of the software set that is pending to be installed on the device.
|
Device.Builder |
Device.Builder.serialNumber(String serialNumber) |
The hardware serial number of the device.
|
Device.Builder |
Device.Builder.softwareSetComplianceStatus(String softwareSetComplianceStatus) |
Describes if the software currently installed on the device is a supported version.
|
Device.Builder |
Device.Builder.softwareSetComplianceStatus(DeviceSoftwareSetComplianceStatus softwareSetComplianceStatus) |
Describes if the software currently installed on the device is a supported version.
|
Device.Builder |
Device.Builder.softwareSetUpdateSchedule(String softwareSetUpdateSchedule) |
An option to define if software updates should be applied within a maintenance window.
|
Device.Builder |
Device.Builder.softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule) |
An option to define if software updates should be applied within a maintenance window.
|
Device.Builder |
Device.Builder.softwareSetUpdateStatus(String softwareSetUpdateStatus) |
Describes if the device has a supported version of software installed.
|
Device.Builder |
Device.Builder.softwareSetUpdateStatus(SoftwareSetUpdateStatus softwareSetUpdateStatus) |
Describes if the device has a supported version of software installed.
|
Device.Builder |
Device.Builder.status(String status) |
The status of the device.
|
Device.Builder |
Device.Builder.status(DeviceStatus status) |
The status of the device.
|
Device.Builder |
Device.Builder.tags(Map<String,String> tags) |
The tag keys and optional values for the resource.
|
Device.Builder |
Device.toBuilder() |
|
Device.Builder |
Device.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the device was updated.
|