@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationVersionDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationVersionDescription.Builder,ApplicationVersionDescription>
Describes the properties of an application version.
Modifier and Type | Class and Description |
---|---|
static interface |
ApplicationVersionDescription.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationName()
The name of the application to which the application version belongs.
|
String |
applicationVersionArn()
The Amazon Resource Name (ARN) of the application version.
|
String |
buildArn()
Reference to the artifact from the AWS CodeBuild build.
|
static ApplicationVersionDescription.Builder |
builder() |
Instant |
dateCreated()
The creation date of the application version.
|
Instant |
dateUpdated()
The last modified date of the application version.
|
String |
description()
The description of the application version.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationVersionDescription.Builder> |
serializableBuilderClass() |
SourceBuildInformation |
sourceBuildInformation()
If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the
application version.
|
S3Location |
sourceBundle()
The storage location of the application version's source bundle in Amazon S3.
|
ApplicationVersionStatus |
status()
The processing status of the application version.
|
String |
statusAsString()
The processing status of the application version.
|
ApplicationVersionDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
versionLabel()
A unique identifier for the application version.
|
copy
public String applicationVersionArn()
The Amazon Resource Name (ARN) of the application version.
public String applicationName()
The name of the application to which the application version belongs.
public String description()
The description of the application version.
public String versionLabel()
A unique identifier for the application version.
public SourceBuildInformation sourceBuildInformation()
If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.
public String buildArn()
Reference to the artifact from the AWS CodeBuild build.
public S3Location sourceBundle()
The storage location of the application version's source bundle in Amazon S3.
public Instant dateCreated()
The creation date of the application version.
public Instant dateUpdated()
The last modified date of the application version.
public ApplicationVersionStatus status()
The processing status of the application version. Reflects the state of the application version during its
creation. Many of the values are only applicable if you specified True
for the Process
parameter of the CreateApplicationVersion
action. The following list describes the possible values.
Unprocessed
– Application version wasn't pre-processed or validated. Elastic Beanstalk will validate
configuration files during deployment of the application version to an environment.
Processing
– Elastic Beanstalk is currently processing the application version.
Building
– Application version is currently undergoing an AWS CodeBuild build.
Processed
– Elastic Beanstalk was successfully pre-processed and validated.
Failed
– Either the AWS CodeBuild build failed or configuration files didn't pass validation. This
application version isn't usable.
If the service returns an enum value that is not available in the current SDK version, status
will
return ApplicationVersionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from statusAsString()
.
True
for the
Process
parameter of the CreateApplicationVersion
action. The following list
describes the possible values.
Unprocessed
– Application version wasn't pre-processed or validated. Elastic Beanstalk will
validate configuration files during deployment of the application version to an environment.
Processing
– Elastic Beanstalk is currently processing the application version.
Building
– Application version is currently undergoing an AWS CodeBuild build.
Processed
– Elastic Beanstalk was successfully pre-processed and validated.
Failed
– Either the AWS CodeBuild build failed or configuration files didn't pass
validation. This application version isn't usable.
ApplicationVersionStatus
public String statusAsString()
The processing status of the application version. Reflects the state of the application version during its
creation. Many of the values are only applicable if you specified True
for the Process
parameter of the CreateApplicationVersion
action. The following list describes the possible values.
Unprocessed
– Application version wasn't pre-processed or validated. Elastic Beanstalk will validate
configuration files during deployment of the application version to an environment.
Processing
– Elastic Beanstalk is currently processing the application version.
Building
– Application version is currently undergoing an AWS CodeBuild build.
Processed
– Elastic Beanstalk was successfully pre-processed and validated.
Failed
– Either the AWS CodeBuild build failed or configuration files didn't pass validation. This
application version isn't usable.
If the service returns an enum value that is not available in the current SDK version, status
will
return ApplicationVersionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from statusAsString()
.
True
for the
Process
parameter of the CreateApplicationVersion
action. The following list
describes the possible values.
Unprocessed
– Application version wasn't pre-processed or validated. Elastic Beanstalk will
validate configuration files during deployment of the application version to an environment.
Processing
– Elastic Beanstalk is currently processing the application version.
Building
– Application version is currently undergoing an AWS CodeBuild build.
Processed
– Elastic Beanstalk was successfully pre-processed and validated.
Failed
– Either the AWS CodeBuild build failed or configuration files didn't pass
validation. This application version isn't usable.
ApplicationVersionStatus
public ApplicationVersionDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ApplicationVersionDescription.Builder,ApplicationVersionDescription>
public static ApplicationVersionDescription.Builder builder()
public static Class<? extends ApplicationVersionDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.