public static interface DescribeDeviceResponse.Builder extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<DescribeDeviceResponse.Builder,DescribeDeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDeviceResponse.Builder |
firstAccessedTime(Instant firstAccessedTime)
The date that the device first signed in to Amazon WorkLink.
|
DescribeDeviceResponse.Builder |
lastAccessedTime(Instant lastAccessedTime)
The date that the device last accessed Amazon WorkLink.
|
DescribeDeviceResponse.Builder |
manufacturer(String manufacturer)
The manufacturer of the device.
|
DescribeDeviceResponse.Builder |
model(String model)
The model of the device.
|
DescribeDeviceResponse.Builder |
operatingSystem(String operatingSystem)
The operating system of the device.
|
DescribeDeviceResponse.Builder |
operatingSystemVersion(String operatingSystemVersion)
The operating system version of the device.
|
DescribeDeviceResponse.Builder |
patchLevel(String patchLevel)
The operating system patch level of the device.
|
DescribeDeviceResponse.Builder |
status(DeviceStatus status)
The current state of the device.
|
DescribeDeviceResponse.Builder |
status(String status)
The current state of the device.
|
DescribeDeviceResponse.Builder |
username(String username)
The user name associated with the device.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDeviceResponse.Builder status(String status)
The current state of the device.
status - The current state of the device.DeviceStatus,
DeviceStatusDescribeDeviceResponse.Builder status(DeviceStatus status)
The current state of the device.
status - The current state of the device.DeviceStatus,
DeviceStatusDescribeDeviceResponse.Builder model(String model)
The model of the device.
model - The model of the device.DescribeDeviceResponse.Builder manufacturer(String manufacturer)
The manufacturer of the device.
manufacturer - The manufacturer of the device.DescribeDeviceResponse.Builder operatingSystem(String operatingSystem)
The operating system of the device.
operatingSystem - The operating system of the device.DescribeDeviceResponse.Builder operatingSystemVersion(String operatingSystemVersion)
The operating system version of the device.
operatingSystemVersion - The operating system version of the device.DescribeDeviceResponse.Builder patchLevel(String patchLevel)
The operating system patch level of the device.
patchLevel - The operating system patch level of the device.DescribeDeviceResponse.Builder firstAccessedTime(Instant firstAccessedTime)
The date that the device first signed in to Amazon WorkLink.
firstAccessedTime - The date that the device first signed in to Amazon WorkLink.DescribeDeviceResponse.Builder lastAccessedTime(Instant lastAccessedTime)
The date that the device last accessed Amazon WorkLink.
lastAccessedTime - The date that the device last accessed Amazon WorkLink.DescribeDeviceResponse.Builder username(String username)
The user name associated with the device.
username - The user name associated with the device.Copyright © 2022. All rights reserved.