@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
String |
versionLabel()
A unique identifier for the application version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationVersionArn()
The Amazon Resource Name (ARN) of the application version.
public final String applicationName()
The name of the application to which the application version belongs.
public final String description()
The description of the application version.
public final String versionLabel()
A unique identifier for the application version.
public final SourceBuildInformation sourceBuildInformation()
If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.
public final String buildArn()
Reference to the artifact from the AWS CodeBuild build.
public final S3Location sourceBundle()
The storage location of the application version's source bundle in Amazon S3.
public final Instant dateCreated()
The creation date of the application version.
public final Instant dateUpdated()
The last modified date of the application version.
public final 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.
ApplicationVersionStatuspublic final 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.
ApplicationVersionStatuspublic ApplicationVersionDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationVersionDescription.Builder,ApplicationVersionDescription>public static ApplicationVersionDescription.Builder builder()
public static Class<? extends ApplicationVersionDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.