static Deployment.Builder |
Deployment.builder() |
|
Deployment.Builder |
Deployment.Builder.deploymentId(String deploymentId) |
The identifier of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.deploymentStatus(String deploymentStatus) |
The status of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.deploymentStatus(DeploymentStatus deploymentStatus) |
The status of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.deploymentType(String deploymentType) |
The type of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.deploymentType(DeploymentType deploymentType) |
The type of the last deployment of the environment.
|
default Deployment.Builder |
Deployment.Builder.failureReason(Consumer<EnvironmentError.Builder> failureReason) |
The failure reason of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.failureReason(EnvironmentError failureReason) |
The failure reason of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.isDeploymentComplete(Boolean isDeploymentComplete) |
Specifies whether the last deployment of the environment is complete.
|
Deployment.Builder |
Deployment.Builder.messages(String... messages) |
The messages of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.messages(Collection<String> messages) |
The messages of the last deployment of the environment.
|
Deployment.Builder |
Deployment.toBuilder() |
|