| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static Deployment.Builder |
Deployment.builder() |
Deployment.Builder |
Deployment.Builder.creationTimestamp(Instant creationTimestamp)
The time at which the deployment was created, expressed in ISO 8601 format.
|
Deployment.Builder |
Deployment.Builder.deploymentId(String deploymentId)
The ID of the deployment.
|
Deployment.Builder |
Deployment.Builder.deploymentName(String deploymentName)
The name of the deployment.
|
Deployment.Builder |
Deployment.Builder.deploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment.
|
Deployment.Builder |
Deployment.Builder.deploymentStatus(String deploymentStatus)
The status of the deployment.
|
Deployment.Builder |
Deployment.Builder.isLatestForTarget(Boolean isLatestForTarget)
Whether or not the deployment is the latest revision for its target.
|
Deployment.Builder |
Deployment.Builder.parentTargetArn(String parentTargetArn)
The parent deployment's target ARN within a
subdeployment.
|
Deployment.Builder |
Deployment.Builder.revisionId(String revisionId)
The revision number of the deployment.
|
Deployment.Builder |
Deployment.Builder.targetArn(String targetArn)
The ARN of the
target IoT thing or thing group.
|
Deployment.Builder |
Deployment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Deployment.Builder> |
Deployment.serializableBuilderClass() |
Copyright © 2023. All rights reserved.