@Stability(value=Stable) public static final class CfnApplication.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication>
CfnApplication.| Modifier and Type | Method and Description |
|---|---|
CfnApplication.Builder |
applicationName(String applicationName)
A name for the Elastic Beanstalk application.
|
CfnApplication |
build() |
static CfnApplication.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApplication.Builder |
description(String description)
Your description of the application.
|
CfnApplication.Builder |
resourceLifecycleConfig(CfnApplication.ApplicationResourceLifecycleConfigProperty resourceLifecycleConfig)
Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
|
CfnApplication.Builder |
resourceLifecycleConfig(IResolvable resourceLifecycleConfig)
Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
|
@Stability(value=Stable) public static CfnApplication.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.CfnApplication.ApplicationResourceLifecycleConfigProperty.Builder.@Stability(value=Stable) public CfnApplication.Builder applicationName(String applicationName)
If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name. For more information, see Name Type .
If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
applicationName - A name for the Elastic Beanstalk application. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder description(String description)
description - Your description of the application. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder resourceLifecycleConfig(CfnApplication.ApplicationResourceLifecycleConfigProperty resourceLifecycleConfig)
resourceLifecycleConfig - Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder resourceLifecycleConfig(IResolvable resourceLifecycleConfig)
resourceLifecycleConfig - Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions. This parameter is required.this@Stability(value=Stable) public CfnApplication build()
build in interface software.amazon.jsii.Builder<CfnApplication>Copyright © 2022. All rights reserved.