public static interface Deployment.Builder extends SdkPojo, CopyableBuilder<Deployment.Builder,Deployment>
| Modifier and Type | Method and Description |
|---|---|
Deployment.Builder |
deploymentId(String deploymentId)
The identifier of the last deployment of the environment.
|
Deployment.Builder |
deploymentStatus(DeploymentStatus deploymentStatus)
The status of the last deployment of the environment.
|
Deployment.Builder |
deploymentStatus(String deploymentStatus)
The status of the last deployment of the environment.
|
Deployment.Builder |
deploymentType(DeploymentType deploymentType)
The type of the last deployment of the environment.
|
Deployment.Builder |
deploymentType(String deploymentType)
The type of the last deployment of the environment.
|
default Deployment.Builder |
failureReason(Consumer<EnvironmentError.Builder> failureReason)
The failure reason of the last deployment of the environment.
|
Deployment.Builder |
failureReason(EnvironmentError failureReason)
The failure reason of the last deployment of the environment.
|
Deployment.Builder |
isDeploymentComplete(Boolean isDeploymentComplete)
Specifies whether the last deployment of the environment is complete.
|
Deployment.Builder |
messages(Collection<String> messages)
The messages of the last deployment of the environment.
|
Deployment.Builder |
messages(String... messages)
The messages of the last deployment of the environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeployment.Builder deploymentId(String deploymentId)
The identifier of the last deployment of the environment.
deploymentId - The identifier of the last deployment of the environment.Deployment.Builder deploymentStatus(String deploymentStatus)
The status of the last deployment of the environment.
deploymentStatus - The status of the last deployment of the environment.DeploymentStatus,
DeploymentStatusDeployment.Builder deploymentStatus(DeploymentStatus deploymentStatus)
The status of the last deployment of the environment.
deploymentStatus - The status of the last deployment of the environment.DeploymentStatus,
DeploymentStatusDeployment.Builder deploymentType(String deploymentType)
The type of the last deployment of the environment.
deploymentType - The type of the last deployment of the environment.DeploymentType,
DeploymentTypeDeployment.Builder deploymentType(DeploymentType deploymentType)
The type of the last deployment of the environment.
deploymentType - The type of the last deployment of the environment.DeploymentType,
DeploymentTypeDeployment.Builder failureReason(EnvironmentError failureReason)
The failure reason of the last deployment of the environment.
failureReason - The failure reason of the last deployment of the environment.default Deployment.Builder failureReason(Consumer<EnvironmentError.Builder> failureReason)
The failure reason of the last deployment of the environment.
This is a convenience method that creates an instance of theEnvironmentError.Builder avoiding the
need to create one manually via EnvironmentError.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to failureReason(EnvironmentError).
failureReason - a consumer that will call methods on EnvironmentError.BuilderfailureReason(EnvironmentError)Deployment.Builder isDeploymentComplete(Boolean isDeploymentComplete)
Specifies whether the last deployment of the environment is complete.
isDeploymentComplete - Specifies whether the last deployment of the environment is complete.Deployment.Builder messages(Collection<String> messages)
The messages of the last deployment of the environment.
messages - The messages of the last deployment of the environment.Deployment.Builder messages(String... messages)
The messages of the last deployment of the environment.
messages - The messages of the last deployment of the environment.Copyright © 2023. All rights reserved.