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