Class EcsApplication.Builder
java.lang.Object
software.amazon.awscdk.services.codedeploy.EcsApplication.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<EcsApplication>
- Enclosing class:
- EcsApplication
@Stability(Stable)
public static final class EcsApplication.Builder
extends Object
implements software.amazon.jsii.Builder<EcsApplication>
A fluent builder for
EcsApplication
.-
Method Summary
Modifier and TypeMethodDescriptionapplicationName
(String applicationName) The physical, human-readable name of the CodeDeploy Application.build()
static EcsApplication.Builder
-
Method Details
-
create
@Stability(Stable) public static EcsApplication.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- This parameter is required.id
- This parameter is required.- Returns:
- a new instance of
EcsApplication.Builder
.
-
applicationName
The physical, human-readable name of the CodeDeploy Application.Default: an auto-generated name will be used
- Parameters:
applicationName
- The physical, human-readable name of the CodeDeploy Application. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<EcsApplication>
- Returns:
- a newly built instance of
EcsApplication
.
-