| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static GetDeploymentResponse.Builder |
GetDeploymentResponse.builder() |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.components(Map<String,ComponentDeploymentSpecification> components)
The components to deploy.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.creationTimestamp(Instant creationTimestamp)
The time at which the deployment was created, expressed in ISO 8601 format.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deploymentId(String deploymentId)
The ID of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deploymentName(String deploymentName)
The name of the deployment.
|
default GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deploymentPolicies(Consumer<DeploymentPolicies.Builder> deploymentPolicies)
The deployment policies for the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deploymentPolicies(DeploymentPolicies deploymentPolicies)
The deployment policies for the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deploymentStatus(String deploymentStatus)
The status of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.iotJobArn(String iotJobArn)
The ARN of the IoT
job that applies the deployment to target devices.
|
default GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.iotJobConfiguration(Consumer<DeploymentIoTJobConfiguration.Builder> iotJobConfiguration)
The job configuration for the deployment configuration.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.iotJobConfiguration(DeploymentIoTJobConfiguration iotJobConfiguration)
The job configuration for the deployment configuration.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.iotJobId(String iotJobId)
The ID of the IoT job that applies the deployment to target devices.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.isLatestForTarget(Boolean isLatestForTarget)
Whether or not the deployment is the latest revision for its target.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.parentTargetArn(String parentTargetArn)
The parent deployment's target ARN within a
subdeployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.revisionId(String revisionId)
The revision number of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the resource.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.targetArn(String targetArn)
The ARN of the
target IoT thing or thing group.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeploymentResponse.Builder> |
GetDeploymentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.