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