| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
static Deployment.Builder |
Deployment.builder() |
Deployment.Builder |
Deployment.Builder.createdAt(String createdAt)
The time, in milliseconds since the epoch, when the deployment was created.
|
Deployment.Builder |
Deployment.Builder.deploymentArn(String deploymentArn)
The ARN of the deployment.
|
Deployment.Builder |
Deployment.Builder.deploymentId(String deploymentId)
The ID of the deployment.
|
Deployment.Builder |
Deployment.Builder.deploymentType(DeploymentType deploymentType)
The type of the deployment.
|
Deployment.Builder |
Deployment.Builder.deploymentType(String deploymentType)
The type of the deployment.
|
Deployment.Builder |
Deployment.Builder.groupArn(String groupArn)
The ARN of the group for this deployment.
|
Deployment.Builder |
Deployment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Deployment.Builder> |
Deployment.serializableBuilderClass() |
Copyright © 2022. All rights reserved.