Class ServerApplication.Builder
java.lang.Object
software.amazon.awscdk.services.codedeploy.ServerApplication.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ServerApplication>
- Enclosing class:
- ServerApplication
@Stability(Stable)
public static final class ServerApplication.Builder
extends Object
implements software.amazon.jsii.Builder<ServerApplication>
A fluent builder for
ServerApplication
.-
Method Summary
Modifier and TypeMethodDescriptionapplicationName
(String applicationName) The physical, human-readable name of the CodeDeploy Application.build()
static ServerApplication.Builder
-
Method Details
-
create
@Stability(Stable) public static ServerApplication.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- This parameter is required.id
- This parameter is required.- Returns:
- a new instance of
ServerApplication.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<ServerApplication>
- Returns:
- a newly built instance of
ServerApplication
.
-