public static interface Deployment.Builder extends SdkPojo, CopyableBuilder<Deployment.Builder,Deployment>
| Modifier and Type | Method and Description |
|---|---|
Deployment.Builder |
autoDeployed(Boolean autoDeployed)
Specifies whether a deployment was automatically released.
|
Deployment.Builder |
createdDate(Instant createdDate)
The date and time when the Deployment resource was created.
|
Deployment.Builder |
deploymentId(String deploymentId)
The identifier for the deployment.
|
Deployment.Builder |
deploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
Deployment.Builder |
deploymentStatus(String deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
Deployment.Builder |
deploymentStatusMessage(String deploymentStatusMessage)
May contain additional feedback on the status of an API deployment.
|
Deployment.Builder |
description(String description)
The description for the deployment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeployment.Builder autoDeployed(Boolean autoDeployed)
Specifies whether a deployment was automatically released.
autoDeployed - Specifies whether a deployment was automatically released.Deployment.Builder createdDate(Instant createdDate)
The date and time when the Deployment resource was created.
createdDate - The date and time when the Deployment resource was created.Deployment.Builder deploymentId(String deploymentId)
The identifier for the deployment.
deploymentId - The identifier for the deployment.Deployment.Builder deploymentStatus(String deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
deploymentStatus - The status of the deployment: PENDING, FAILED, or SUCCEEDED.DeploymentStatus,
DeploymentStatusDeployment.Builder deploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
deploymentStatus - The status of the deployment: PENDING, FAILED, or SUCCEEDED.DeploymentStatus,
DeploymentStatusDeployment.Builder deploymentStatusMessage(String deploymentStatusMessage)
May contain additional feedback on the status of an API deployment.
deploymentStatusMessage - May contain additional feedback on the status of an API deployment.Deployment.Builder description(String description)
The description for the deployment.
description - The description for the deployment.Copyright © 2023. All rights reserved.