public static interface GetDeploymentResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResponse.Builder |
applicationId(String applicationId)
The unique identifier of the application.
|
GetDeploymentResponse.Builder |
applicationVersion(Integer applicationVersion)
The application version.
|
GetDeploymentResponse.Builder |
creationTime(Instant creationTime)
The timestamp when the deployment was created.
|
GetDeploymentResponse.Builder |
deploymentId(String deploymentId)
The unique identifier of the deployment.
|
GetDeploymentResponse.Builder |
environmentId(String environmentId)
The unique identifier of the runtime environment.
|
GetDeploymentResponse.Builder |
status(DeploymentLifecycle status)
The status of the deployment.
|
GetDeploymentResponse.Builder |
status(String status)
The status of the deployment.
|
GetDeploymentResponse.Builder |
statusReason(String statusReason)
The reason for the reported status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDeploymentResponse.Builder applicationId(String applicationId)
The unique identifier of the application.
applicationId - The unique identifier of the application.GetDeploymentResponse.Builder applicationVersion(Integer applicationVersion)
The application version.
applicationVersion - The application version.GetDeploymentResponse.Builder creationTime(Instant creationTime)
The timestamp when the deployment was created.
creationTime - The timestamp when the deployment was created.GetDeploymentResponse.Builder deploymentId(String deploymentId)
The unique identifier of the deployment.
deploymentId - The unique identifier of the deployment.GetDeploymentResponse.Builder environmentId(String environmentId)
The unique identifier of the runtime environment.
environmentId - The unique identifier of the runtime environment.GetDeploymentResponse.Builder status(String status)
The status of the deployment.
status - The status of the deployment.DeploymentLifecycle,
DeploymentLifecycleGetDeploymentResponse.Builder status(DeploymentLifecycle status)
The status of the deployment.
status - The status of the deployment.DeploymentLifecycle,
DeploymentLifecycleGetDeploymentResponse.Builder statusReason(String statusReason)
The reason for the reported status.
statusReason - The reason for the reported status.Copyright © 2023. All rights reserved.