public static final class CfnApplicationVersion.Builder
extends java.lang.Object
CfnApplicationVersion
.Modifier and Type | Method and Description |
---|---|
CfnApplicationVersion.Builder |
applicationName(java.lang.String applicationName)
The name of the Elastic Beanstalk application that is associated with this application version.
|
CfnApplicationVersion |
build() |
static CfnApplicationVersion.Builder |
create(Construct scope,
java.lang.String id) |
CfnApplicationVersion.Builder |
description(java.lang.String description)
A description of this application version.
|
CfnApplicationVersion.Builder |
sourceBundle(CfnApplicationVersion.SourceBundleProperty sourceBundle)
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
CfnApplicationVersion.Builder |
sourceBundle(IResolvable sourceBundle)
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
public static CfnApplicationVersion.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnApplicationVersion.SourceBundleProperty.Builder
.public CfnApplicationVersion.Builder applicationName(java.lang.String applicationName)
applicationName
- The name of the Elastic Beanstalk application that is associated with this application version. This parameter is required.this
public CfnApplicationVersion.Builder sourceBundle(IResolvable sourceBundle)
The Amazon S3 bucket must be in the same region as the environment.
sourceBundle
- The Amazon S3 bucket and key that identify the location of the source bundle for this version. This parameter is required.this
public CfnApplicationVersion.Builder sourceBundle(CfnApplicationVersion.SourceBundleProperty sourceBundle)
The Amazon S3 bucket must be in the same region as the environment.
sourceBundle
- The Amazon S3 bucket and key that identify the location of the source bundle for this version. This parameter is required.this
public CfnApplicationVersion.Builder description(java.lang.String description)
description
- A description of this application version. This parameter is required.this
public CfnApplicationVersion build()