| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentResponse.Builder |
UpdateDeploymentResponse.Builder.autoDeployed(Boolean autoDeployed)
Specifies whether a deployment was automatically released.
|
static UpdateDeploymentResponse.Builder |
UpdateDeploymentResponse.builder() |
UpdateDeploymentResponse.Builder |
UpdateDeploymentResponse.Builder.createdDate(Instant createdDate)
The date and time when the Deployment resource was created.
|
UpdateDeploymentResponse.Builder |
UpdateDeploymentResponse.Builder.deploymentId(String deploymentId)
The identifier for the deployment.
|
UpdateDeploymentResponse.Builder |
UpdateDeploymentResponse.Builder.deploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
UpdateDeploymentResponse.Builder |
UpdateDeploymentResponse.Builder.deploymentStatus(String deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
UpdateDeploymentResponse.Builder |
UpdateDeploymentResponse.Builder.deploymentStatusMessage(String deploymentStatusMessage)
May contain additional feedback on the status of an API deployment.
|
UpdateDeploymentResponse.Builder |
UpdateDeploymentResponse.Builder.description(String description)
The description for the deployment.
|
UpdateDeploymentResponse.Builder |
UpdateDeploymentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateDeploymentResponse.Builder> |
UpdateDeploymentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.