| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
VersionInformation.Builder |
VersionInformation.Builder.arn(String arn)
The ARN of the version.
|
static VersionInformation.Builder |
VersionInformation.builder() |
VersionInformation.Builder |
VersionInformation.Builder.creationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
VersionInformation.Builder |
VersionInformation.Builder.id(String id)
The ID of the parent definition that the version is associated with.
|
VersionInformation.Builder |
VersionInformation.toBuilder() |
VersionInformation.Builder |
VersionInformation.Builder.version(String version)
The ID of the version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VersionInformation.Builder> |
VersionInformation.serializableBuilderClass() |
Copyright © 2020. All rights reserved.