GetDeviceDefinitionVersionResponse.Builder |
GetDeviceDefinitionVersionResponse.Builder.arn(String arn) |
The ARN of the device definition version.
|
static GetDeviceDefinitionVersionResponse.Builder |
GetDeviceDefinitionVersionResponse.builder() |
|
GetDeviceDefinitionVersionResponse.Builder |
GetDeviceDefinitionVersionResponse.Builder.creationTimestamp(String creationTimestamp) |
The time, in milliseconds since the epoch, when the device definition version was created.
|
default GetDeviceDefinitionVersionResponse.Builder |
GetDeviceDefinitionVersionResponse.Builder.definition(Consumer<DeviceDefinitionVersion.Builder> definition) |
Information about the device definition version.
|
GetDeviceDefinitionVersionResponse.Builder |
GetDeviceDefinitionVersionResponse.Builder.definition(DeviceDefinitionVersion definition) |
Information about the device definition version.
|
GetDeviceDefinitionVersionResponse.Builder |
GetDeviceDefinitionVersionResponse.Builder.id(String id) |
The ID of the device definition version.
|
GetDeviceDefinitionVersionResponse.Builder |
GetDeviceDefinitionVersionResponse.Builder.nextToken(String nextToken) |
The token for the next set of results, or ''null'' if there are no additional results.
|
GetDeviceDefinitionVersionResponse.Builder |
GetDeviceDefinitionVersionResponse.toBuilder() |
|
GetDeviceDefinitionVersionResponse.Builder |
GetDeviceDefinitionVersionResponse.Builder.version(String version) |
The version of the device definition version.
|