| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeviceDefinitionVersionResponse.Builder> |
GetDeviceDefinitionVersionResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.