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(Consumer<ErrorDetail.Builder>... errorDetails)
The error Details This is a convenience that creates an instance of the
List
avoiding the need to create one manually via List. |
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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 errorDetails(Consumer<ErrorDetail.Builder>... errorDetails)
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #errorDetails(List) .errorDetails - a consumer that will call methods on List.Builder #errorDetails(List) GetDeploymentStatusResponse.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.