@Stability(value=Stable) public static final class CfnApplicationVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationVersion>
CfnApplicationVersion.| Modifier and Type | Method and Description |
|---|---|
CfnApplicationVersion.Builder |
applicationName(String applicationName)
The name of the Elastic Beanstalk application that is associated with this application version.
|
CfnApplicationVersion |
build() |
static CfnApplicationVersion.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApplicationVersion.Builder |
description(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.
|
@Stability(value=Stable) public static CfnApplicationVersion.Builder create(software.constructs.Construct scope, 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.@Stability(value=Stable) public CfnApplicationVersion.Builder applicationName(String applicationName)
applicationName - The name of the Elastic Beanstalk application that is associated with this application version. This parameter is required.this@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) public CfnApplicationVersion.Builder description(String description)
description - A description of this application version. This parameter is required.this@Stability(value=Stable) public CfnApplicationVersion build()
build in interface software.amazon.jsii.Builder<CfnApplicationVersion>Copyright © 2022. All rights reserved.