| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static EffectiveDeployment.Builder |
EffectiveDeployment.builder() |
EffectiveDeployment.Builder |
EffectiveDeployment.Builder.coreDeviceExecutionStatus(EffectiveDeploymentExecutionStatus coreDeviceExecutionStatus)
The status of the deployment job on the Greengrass core device.
|
EffectiveDeployment.Builder |
EffectiveDeployment.Builder.coreDeviceExecutionStatus(String coreDeviceExecutionStatus)
The status of the deployment job on the Greengrass core device.
|
EffectiveDeployment.Builder |
EffectiveDeployment.Builder.creationTimestamp(Instant creationTimestamp)
The time at which the deployment was created, expressed in ISO 8601 format.
|
EffectiveDeployment.Builder |
EffectiveDeployment.Builder.deploymentId(String deploymentId)
The ID of the deployment.
|
EffectiveDeployment.Builder |
EffectiveDeployment.Builder.deploymentName(String deploymentName)
The name of the deployment.
|
EffectiveDeployment.Builder |
EffectiveDeployment.Builder.description(String description)
The description of the deployment job.
|
EffectiveDeployment.Builder |
EffectiveDeployment.Builder.iotJobArn(String iotJobArn)
The ARN of the IoT
job that applies the deployment to target devices.
|
EffectiveDeployment.Builder |
EffectiveDeployment.Builder.iotJobId(String iotJobId)
The ID of the IoT job that applies the deployment to target devices.
|
EffectiveDeployment.Builder |
EffectiveDeployment.Builder.modifiedTimestamp(Instant modifiedTimestamp)
The time at which the deployment job was last modified, expressed in ISO 8601 format.
|
EffectiveDeployment.Builder |
EffectiveDeployment.Builder.reason(String reason)
The reason code for the update, if the job was updated.
|
default EffectiveDeployment.Builder |
EffectiveDeployment.Builder.statusDetails(Consumer<EffectiveDeploymentStatusDetails.Builder> statusDetails)
The status details that explain why a deployment has an error.
|
EffectiveDeployment.Builder |
EffectiveDeployment.Builder.statusDetails(EffectiveDeploymentStatusDetails statusDetails)
The status details that explain why a deployment has an error.
|
EffectiveDeployment.Builder |
EffectiveDeployment.Builder.targetArn(String targetArn)
The ARN of the
target IoT thing or thing group.
|
EffectiveDeployment.Builder |
EffectiveDeployment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EffectiveDeployment.Builder> |
EffectiveDeployment.serializableBuilderClass() |
Copyright © 2023. All rights reserved.