public static interface Deployment.Builder extends SdkPojo, CopyableBuilder<Deployment.Builder,Deployment>
| Modifier and Type | Method and Description |
|---|---|
Deployment.Builder |
creationTimestamp(Instant creationTimestamp)
The time at which the deployment was created, expressed in ISO 8601 format.
|
Deployment.Builder |
deploymentId(String deploymentId)
The ID of the deployment.
|
Deployment.Builder |
deploymentName(String deploymentName)
The name of the deployment.
|
Deployment.Builder |
deploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment.
|
Deployment.Builder |
deploymentStatus(String deploymentStatus)
The status of the deployment.
|
Deployment.Builder |
isLatestForTarget(Boolean isLatestForTarget)
Whether or not the deployment is the latest revision for its target.
|
Deployment.Builder |
parentTargetArn(String parentTargetArn)
The parent deployment's target ARN within a
subdeployment.
|
Deployment.Builder |
revisionId(String revisionId)
The revision number of the deployment.
|
Deployment.Builder |
targetArn(String targetArn)
The ARN of the
target IoT thing or thing group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeployment.Builder targetArn(String targetArn)
The ARN of the target IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing group.
targetArn - The ARN of
the target IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing
group.Deployment.Builder revisionId(String revisionId)
The revision number of the deployment.
revisionId - The revision number of the deployment.Deployment.Builder deploymentId(String deploymentId)
The ID of the deployment.
deploymentId - The ID of the deployment.Deployment.Builder deploymentName(String deploymentName)
The name of the deployment.
deploymentName - The name of the deployment.Deployment.Builder creationTimestamp(Instant creationTimestamp)
The time at which the deployment was created, expressed in ISO 8601 format.
creationTimestamp - The time at which the deployment was created, expressed in ISO 8601 format.Deployment.Builder deploymentStatus(String deploymentStatus)
The status of the deployment.
deploymentStatus - The status of the deployment.DeploymentStatus,
DeploymentStatusDeployment.Builder deploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment.
deploymentStatus - The status of the deployment.DeploymentStatus,
DeploymentStatusDeployment.Builder isLatestForTarget(Boolean isLatestForTarget)
Whether or not the deployment is the latest revision for its target.
isLatestForTarget - Whether or not the deployment is the latest revision for its target.Deployment.Builder parentTargetArn(String parentTargetArn)
The parent deployment's target ARN within a subdeployment.
parentTargetArn - The parent deployment's target ARN within a
subdeployment.Copyright © 2023. All rights reserved.