Class ApplicationVersionDescription
- java.lang.Object
-
- software.amazon.awssdk.services.elasticbeanstalk.model.ApplicationVersionDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationVersionDescription.Builder,ApplicationVersionDescription>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationVersionDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationVersionDescription.Builder,ApplicationVersionDescription>
Describes the properties of an application version.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationVersionDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationName()The name of the application to which the application version belongs.StringapplicationVersionArn()The Amazon Resource Name (ARN) of the application version.StringbuildArn()Reference to the artifact from the AWS CodeBuild build.static ApplicationVersionDescription.Builderbuilder()InstantdateCreated()The creation date of the application version.InstantdateUpdated()The last modified date of the application version.Stringdescription()The description of the application version.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ApplicationVersionDescription.Builder>serializableBuilderClass()SourceBuildInformationsourceBuildInformation()If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.S3LocationsourceBundle()The storage location of the application version's source bundle in Amazon S3.ApplicationVersionStatusstatus()The processing status of the application version.StringstatusAsString()The processing status of the application version.ApplicationVersionDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringversionLabel()A unique identifier for the application version.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
applicationVersionArn
public final String applicationVersionArn()
The Amazon Resource Name (ARN) of the application version.
- Returns:
- The Amazon Resource Name (ARN) of the application version.
-
applicationName
public final String applicationName()
The name of the application to which the application version belongs.
- Returns:
- The name of the application to which the application version belongs.
-
description
public final String description()
The description of the application version.
- Returns:
- The description of the application version.
-
versionLabel
public final String versionLabel()
A unique identifier for the application version.
- Returns:
- A unique identifier for the application version.
-
sourceBuildInformation
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.
- Returns:
- If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.
-
buildArn
public final String buildArn()
Reference to the artifact from the AWS CodeBuild build.
- Returns:
- Reference to the artifact from the AWS CodeBuild build.
-
sourceBundle
public final S3Location sourceBundle()
The storage location of the application version's source bundle in Amazon S3.
- Returns:
- The storage location of the application version's source bundle in Amazon S3.
-
dateCreated
public final Instant dateCreated()
The creation date of the application version.
- Returns:
- The creation date of the application version.
-
dateUpdated
public final Instant dateUpdated()
The last modified date of the application version.
- Returns:
- The last modified date of the application version.
-
status
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
Truefor theProcessparameter of theCreateApplicationVersionaction. 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,
statuswill returnApplicationVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- 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
Truefor theProcessparameter of theCreateApplicationVersionaction. 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.
-
- See Also:
ApplicationVersionStatus
-
-
statusAsString
public 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
Truefor theProcessparameter of theCreateApplicationVersionaction. 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,
statuswill returnApplicationVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- 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
Truefor theProcessparameter of theCreateApplicationVersionaction. 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.
-
- See Also:
ApplicationVersionStatus
-
-
toBuilder
public ApplicationVersionDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationVersionDescription.Builder,ApplicationVersionDescription>
-
builder
public static ApplicationVersionDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationVersionDescription.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-