Deployment.Builder |
Deployment.Builder.autoDeployed(Boolean autoDeployed) |
Specifies whether a deployment was automatically released.
|
static Deployment.Builder |
Deployment.builder() |
|
Deployment.Builder |
Deployment.Builder.createdDate(Instant createdDate) |
The date and time when the Deployment resource was created.
|
Deployment.Builder |
Deployment.Builder.deploymentId(String deploymentId) |
The identifier for the deployment.
|
Deployment.Builder |
Deployment.Builder.deploymentStatus(String deploymentStatus) |
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
Deployment.Builder |
Deployment.Builder.deploymentStatus(DeploymentStatus deploymentStatus) |
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
Deployment.Builder |
Deployment.Builder.deploymentStatusMessage(String deploymentStatusMessage) |
May contain additional feedback on the status of an API deployment.
|
Deployment.Builder |
Deployment.Builder.description(String description) |
The description for the deployment.
|
Deployment.Builder |
Deployment.toBuilder() |
|