| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
static BulkDeploymentResult.Builder |
BulkDeploymentResult.builder() |
BulkDeploymentResult.Builder |
BulkDeploymentResult.Builder.createdAt(String createdAt)
The time, in ISO format, when the deployment was created.
|
BulkDeploymentResult.Builder |
BulkDeploymentResult.Builder.deploymentArn(String deploymentArn)
The ARN of the group deployment.
|
BulkDeploymentResult.Builder |
BulkDeploymentResult.Builder.deploymentId(String deploymentId)
The ID of the group deployment.
|
BulkDeploymentResult.Builder |
BulkDeploymentResult.Builder.deploymentStatus(String deploymentStatus)
The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
|
BulkDeploymentResult.Builder |
BulkDeploymentResult.Builder.deploymentType(DeploymentType deploymentType)
The type of the deployment.
|
BulkDeploymentResult.Builder |
BulkDeploymentResult.Builder.deploymentType(String deploymentType)
The type of the deployment.
|
BulkDeploymentResult.Builder |
BulkDeploymentResult.Builder.errorDetails(Collection<ErrorDetail> errorDetails)
Details about the error.
|
BulkDeploymentResult.Builder |
BulkDeploymentResult.Builder.errorDetails(Consumer<ErrorDetail.Builder>... errorDetails)
Details about the error.
|
BulkDeploymentResult.Builder |
BulkDeploymentResult.Builder.errorDetails(ErrorDetail... errorDetails)
Details about the error.
|
BulkDeploymentResult.Builder |
BulkDeploymentResult.Builder.errorMessage(String errorMessage)
The error message for a failed deployment
|
BulkDeploymentResult.Builder |
BulkDeploymentResult.Builder.groupArn(String groupArn)
The ARN of the Greengrass group.
|
BulkDeploymentResult.Builder |
BulkDeploymentResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BulkDeploymentResult.Builder> |
BulkDeploymentResult.serializableBuilderClass() |
Copyright © 2020. All rights reserved.