ToCopyableBuilder<Deployment.Builder,Deployment>
@Generated("software.amazon.awssdk:codegen") public class Deployment extends Object implements ToCopyableBuilder<Deployment.Builder,Deployment>
Information about an application version deployment.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Deployment.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Deployment.Builder |
builder() |
|
Long |
deploymentId() |
The ID of the deployment.
|
Date |
deploymentTime() |
For in-progress deployments, the time that the deloyment started.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends Deployment.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the deployment:
|
Deployment.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionLabel() |
The version label of the application version in the deployment.
|
public String versionLabel()
The version label of the application version in the deployment.
public Long deploymentId()
The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
public String status()
The status of the deployment:
In Progress
: The deployment is in progress.
Deployed
: The deployment succeeded.
Failed
: The deployment failed.
In Progress
: The deployment is in progress.
Deployed
: The deployment succeeded.
Failed
: The deployment failed.
public Date deploymentTime()
For in-progress deployments, the time that the deloyment started.
For completed deployments, the time that the deployment ended.
For completed deployments, the time that the deployment ended.
public Deployment.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Deployment.Builder,Deployment>
public static Deployment.Builder builder()
public static Class<? extends Deployment.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.