CopyableBuilder<ApplicationVersionDescription.Builder,ApplicationVersionDescription>
, SdkBuilder<ApplicationVersionDescription.Builder,ApplicationVersionDescription>
public static interface ApplicationVersionDescription.Builder extends CopyableBuilder<ApplicationVersionDescription.Builder,ApplicationVersionDescription>
Modifier and Type | Method | Description |
---|---|---|
ApplicationVersionDescription.Builder |
applicationName(String applicationName) |
The name of the application to which the application version belongs.
|
ApplicationVersionDescription.Builder |
buildArn(String buildArn) |
Reference to the artifact from the AWS CodeBuild build.
|
ApplicationVersionDescription.Builder |
dateCreated(Date dateCreated) |
The creation date of the application version.
|
ApplicationVersionDescription.Builder |
dateUpdated(Date dateUpdated) |
The last modified date of the application version.
|
ApplicationVersionDescription.Builder |
description(String description) |
The description of the application version.
|
ApplicationVersionDescription.Builder |
sourceBuildInformation(SourceBuildInformation sourceBuildInformation) |
If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the
application version.
|
ApplicationVersionDescription.Builder |
sourceBundle(S3Location sourceBundle) |
The storage location of the application version's source bundle in Amazon S3.
|
ApplicationVersionDescription.Builder |
status(String status) |
The processing status of the application version.
|
ApplicationVersionDescription.Builder |
status(ApplicationVersionStatus status) |
The processing status of the application version.
|
ApplicationVersionDescription.Builder |
versionLabel(String versionLabel) |
A unique identifier for the application version.
|
copy
apply, build
ApplicationVersionDescription.Builder applicationName(String applicationName)
The name of the application to which the application version belongs.
applicationName
- The name of the application to which the application version belongs.ApplicationVersionDescription.Builder description(String description)
The description of the application version.
description
- The description of the application version.ApplicationVersionDescription.Builder versionLabel(String versionLabel)
A unique identifier for the application version.
versionLabel
- A unique identifier for the application version.ApplicationVersionDescription.Builder sourceBuildInformation(SourceBuildInformation sourceBuildInformation)
If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.
sourceBuildInformation
- If the version's source code was retrieved from AWS CodeCommit, the location of the source code for
the application version.ApplicationVersionDescription.Builder buildArn(String buildArn)
Reference to the artifact from the AWS CodeBuild build.
buildArn
- Reference to the artifact from the AWS CodeBuild build.ApplicationVersionDescription.Builder sourceBundle(S3Location sourceBundle)
The storage location of the application version's source bundle in Amazon S3.
sourceBundle
- The storage location of the application version's source bundle in Amazon S3.ApplicationVersionDescription.Builder dateCreated(Date dateCreated)
The creation date of the application version.
dateCreated
- The creation date of the application version.ApplicationVersionDescription.Builder dateUpdated(Date dateUpdated)
The last modified date of the application version.
dateUpdated
- The last modified date of the application version.ApplicationVersionDescription.Builder status(String status)
The processing status of the application version.
status
- The processing status of the application version.ApplicationVersionStatus
ApplicationVersionDescription.Builder status(ApplicationVersionStatus status)
The processing status of the application version.
status
- The processing status of the application version.ApplicationVersionStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.