public static interface GetDeploymentStatusResponse.Builder extends GreengrassResponse.Builder, CopyableBuilder<GetDeploymentStatusResponse.Builder,GetDeploymentStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentStatusResponse.Builder |
deploymentStatus(String deploymentStatus)
Status of the deployment.
|
GetDeploymentStatusResponse.Builder |
deploymentType(DeploymentType deploymentType)
The type of the deployment.
|
GetDeploymentStatusResponse.Builder |
deploymentType(String deploymentType)
The type of the deployment.
|
GetDeploymentStatusResponse.Builder |
errorDetails(Collection<ErrorDetail> errorDetails)
The error Details
|
GetDeploymentStatusResponse.Builder |
errorDetails(ErrorDetail... errorDetails)
The error Details
|
GetDeploymentStatusResponse.Builder |
errorMessage(String errorMessage)
Error Message
|
GetDeploymentStatusResponse.Builder |
updatedAt(String updatedAt)
Last time the deployment status was updated.
|
buildcopyapply, buildGetDeploymentStatusResponse.Builder deploymentStatus(String deploymentStatus)
deploymentStatus - Status of the deployment.GetDeploymentStatusResponse.Builder deploymentType(String deploymentType)
deploymentType - The type of the deployment.DeploymentType,
DeploymentTypeGetDeploymentStatusResponse.Builder deploymentType(DeploymentType deploymentType)
deploymentType - The type of the deployment.DeploymentType,
DeploymentTypeGetDeploymentStatusResponse.Builder errorDetails(Collection<ErrorDetail> errorDetails)
errorDetails - The error DetailsGetDeploymentStatusResponse.Builder errorDetails(ErrorDetail... errorDetails)
errorDetails - The error DetailsGetDeploymentStatusResponse.Builder errorMessage(String errorMessage)
errorMessage - Error MessageGetDeploymentStatusResponse.Builder updatedAt(String updatedAt)
updatedAt - Last time the deployment status was updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.