| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
CreateDeviceDefinitionResponse.Builder |
CreateDeviceDefinitionResponse.Builder.arn(String arn)
The ARN of the definition.
|
static CreateDeviceDefinitionResponse.Builder |
CreateDeviceDefinitionResponse.builder() |
CreateDeviceDefinitionResponse.Builder |
CreateDeviceDefinitionResponse.Builder.creationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
CreateDeviceDefinitionResponse.Builder |
CreateDeviceDefinitionResponse.Builder.id(String id)
The ID of the definition.
|
CreateDeviceDefinitionResponse.Builder |
CreateDeviceDefinitionResponse.Builder.lastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
CreateDeviceDefinitionResponse.Builder |
CreateDeviceDefinitionResponse.Builder.latestVersion(String latestVersion)
The latest version of the definition.
|
CreateDeviceDefinitionResponse.Builder |
CreateDeviceDefinitionResponse.Builder.latestVersionArn(String latestVersionArn)
The ARN of the latest version of the definition.
|
CreateDeviceDefinitionResponse.Builder |
CreateDeviceDefinitionResponse.Builder.name(String name)
The name of the definition.
|
CreateDeviceDefinitionResponse.Builder |
CreateDeviceDefinitionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDeviceDefinitionResponse.Builder> |
CreateDeviceDefinitionResponse.serializableBuilderClass() |
Copyright © 2018. All rights reserved.