public static interface CreateDeploymentResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<CreateDeploymentResponse.Builder,CreateDeploymentResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentResponse.Builder |
deploymentId(String deploymentId)
The ID of the deployment.
|
CreateDeploymentResponse.Builder |
iotJobArn(String iotJobArn)
The ARN of the IoT
job that applies the deployment to target devices.
|
CreateDeploymentResponse.Builder |
iotJobId(String iotJobId)
The ID of the IoT job that applies the deployment to target devices.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDeploymentResponse.Builder deploymentId(String deploymentId)
The ID of the deployment.
deploymentId - The ID of the deployment.CreateDeploymentResponse.Builder iotJobId(String iotJobId)
The ID of the IoT job that applies the deployment to target devices.
iotJobId - The ID of the IoT job that applies the deployment to target devices.CreateDeploymentResponse.Builder iotJobArn(String iotJobArn)
The ARN of the IoT job that applies the deployment to target devices.
iotJobArn - The ARN of
the IoT job that applies the deployment to target devices.Copyright © 2023. All rights reserved.