public static interface GetDeploymentStatusResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetDeploymentStatusResponse.Builder,GetDeploymentStatusResponse>
Modifier and Type | Method and Description |
---|---|
GetDeploymentStatusResponse.Builder |
deploymentStatus(String deploymentStatus)
The status of the deployment: ''Pending'', ''InProgress'', ''Success'', or ''Failure''.
|
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)
Error details
|
GetDeploymentStatusResponse.Builder |
errorDetails(Consumer<ErrorDetail.Builder>... errorDetails)
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)
Error details
|
GetDeploymentStatusResponse.Builder |
errorMessage(String errorMessage)
Error message
|
GetDeploymentStatusResponse.Builder |
updatedAt(String updatedAt)
The time, in milliseconds since the epoch, when the deployment status was updated.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetDeploymentStatusResponse.Builder deploymentStatus(String deploymentStatus)
deploymentStatus
- The status of the deployment: ''Pending'', ''InProgress'', ''Success'', or ''Failure''.GetDeploymentStatusResponse.Builder deploymentType(String deploymentType)
deploymentType
- The type of the deployment.DeploymentType
,
DeploymentType
GetDeploymentStatusResponse.Builder deploymentType(DeploymentType deploymentType)
deploymentType
- The type of the deployment.DeploymentType
,
DeploymentType
GetDeploymentStatusResponse.Builder errorDetails(Collection<ErrorDetail> errorDetails)
errorDetails
- Error detailsGetDeploymentStatusResponse.Builder errorDetails(ErrorDetail... errorDetails)
errorDetails
- 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
- The time, in milliseconds since the epoch, when the deployment status was updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.