ToCopyableBuilder<ApplicationVersionDescription.Builder,ApplicationVersionDescription>
@Generated("software.amazon.awssdk:codegen") public class ApplicationVersionDescription extends Object implements ToCopyableBuilder<ApplicationVersionDescription.Builder,ApplicationVersionDescription>
Describes the properties of an application version.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ApplicationVersionDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application to which the application version belongs.
|
String |
buildArn() |
Reference to the artifact from the AWS CodeBuild build.
|
static ApplicationVersionDescription.Builder |
builder() |
|
Date |
dateCreated() |
The creation date of the application version.
|
Date |
dateUpdated() |
The last modified date of the application version.
|
String |
description() |
The description of the application version.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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.
|
String |
status() |
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.
|
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 Date dateCreated()
The creation date of the application version.
public Date dateUpdated()
The last modified date of the application version.
public String status()
The processing status of the application version.
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.