| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.applicationId(String applicationId)
The unique identifier of the application.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.applicationVersion(Integer applicationVersion)
The application version.
|
static GetDeploymentResponse.Builder |
GetDeploymentResponse.builder() |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.creationTime(Instant creationTime)
The timestamp when the deployment was created.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deploymentId(String deploymentId)
The unique identifier of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.environmentId(String environmentId)
The unique identifier of the runtime environment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.status(DeploymentLifecycle status)
The status of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.status(String status)
The status of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.statusReason(String statusReason)
The reason for the reported status.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeploymentResponse.Builder> |
GetDeploymentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.