Cloneable, ReadLimitInfo, ToCopyableBuilder<CreateApplicationVersionRequest.Builder,CreateApplicationVersionRequest>@Generated("software.amazon.awssdk:codegen") public class CreateApplicationVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateApplicationVersionRequest.Builder,CreateApplicationVersionRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
CreateApplicationVersionRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
String |
applicationName() |
The name of the application.
|
Boolean |
autoCreateApplication() |
Set to
true to create an application with the specified name if it doesn't already exist. |
BuildConfiguration |
buildConfiguration() |
Settings for an AWS CodeBuild build.
|
static CreateApplicationVersionRequest.Builder |
builder() |
|
String |
description() |
Describes this version.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
process() |
Preprocesses and validates the environment manifest and configuration files in the source bundle.
|
static Class<? extends CreateApplicationVersionRequest.Builder> |
serializableBuilderClass() |
|
SourceBuildInformation |
sourceBuildInformation() |
Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.
|
S3Location |
sourceBundle() |
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
CreateApplicationVersionRequest.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 label identifying this version.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String applicationName()
The name of the application. If no application is found with this name, and AutoCreateApplication is
false, returns an InvalidParameterValue error.
AutoCreateApplication is false, returns an InvalidParameterValue
error.public String versionLabel()
A label identifying this version.
Constraint: Must be unique per application. If an application version already exists with this label for the
specified application, AWS Elastic Beanstalk returns an InvalidParameterValue error.
Constraint: Must be unique per application. If an application version already exists with this label for
the specified application, AWS Elastic Beanstalk returns an InvalidParameterValue error.
public String description()
Describes this version.
public SourceBuildInformation sourceBuildInformation()
Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.
public S3Location sourceBundle()
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
The Amazon S3 bucket must be in the same region as the environment.
Specify a source bundle in S3 or a commit in an AWS CodeCommit repository (with
SourceBuildInformation), but not both. If neither SourceBundle nor
SourceBuildInformation are provided, Elastic Beanstalk uses a sample application.
The Amazon S3 bucket must be in the same region as the environment.
Specify a source bundle in S3 or a commit in an AWS CodeCommit repository (with
SourceBuildInformation), but not both. If neither SourceBundle nor
SourceBuildInformation are provided, Elastic Beanstalk uses a sample application.
public BuildConfiguration buildConfiguration()
Settings for an AWS CodeBuild build.
public Boolean autoCreateApplication()
Set to true to create an application with the specified name if it doesn't already exist.
true to create an application with the specified name if it doesn't already exist.public Boolean process()
Preprocesses and validates the environment manifest and configuration files in the source bundle. Validating configuration files can identify issues prior to deploying the application version to an environment.
public CreateApplicationVersionRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateApplicationVersionRequest.Builder,CreateApplicationVersionRequest>public static CreateApplicationVersionRequest.Builder builder()
public static Class<? extends CreateApplicationVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.