@Stability(value=Stable) public static final class CfnApplicationVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationVersionProps>
CfnApplicationVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationVersionProps.Builder |
applicationName(String applicationName)
Sets the value of
CfnApplicationVersionProps.getApplicationName() |
CfnApplicationVersionProps |
build()
Builds the configured instance.
|
CfnApplicationVersionProps.Builder |
description(String description)
Sets the value of
CfnApplicationVersionProps.getDescription() |
CfnApplicationVersionProps.Builder |
sourceBundle(CfnApplicationVersion.SourceBundleProperty sourceBundle)
Sets the value of
CfnApplicationVersionProps.getSourceBundle() |
CfnApplicationVersionProps.Builder |
sourceBundle(IResolvable sourceBundle)
Sets the value of
CfnApplicationVersionProps.getSourceBundle() |
@Stability(value=Stable) public CfnApplicationVersionProps.Builder applicationName(String applicationName)
CfnApplicationVersionProps.getApplicationName()applicationName - The name of the Elastic Beanstalk application that is associated with this application version. This parameter is required.this@Stability(value=Stable) public CfnApplicationVersionProps.Builder sourceBundle(CfnApplicationVersion.SourceBundleProperty sourceBundle)
CfnApplicationVersionProps.getSourceBundle()sourceBundle - The Amazon S3 bucket and key that identify the location of the source bundle for this version. This parameter is required.
The Amazon S3 bucket must be in the same region as the environment.
this@Stability(value=Stable) public CfnApplicationVersionProps.Builder sourceBundle(IResolvable sourceBundle)
CfnApplicationVersionProps.getSourceBundle()sourceBundle - The Amazon S3 bucket and key that identify the location of the source bundle for this version. This parameter is required.
The Amazon S3 bucket must be in the same region as the environment.
this@Stability(value=Stable) public CfnApplicationVersionProps.Builder description(String description)
CfnApplicationVersionProps.getDescription()description - A description of this application version.this@Stability(value=Stable) public CfnApplicationVersionProps build()
build in interface software.amazon.jsii.Builder<CfnApplicationVersionProps>CfnApplicationVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.