@Stability(value=Stable) public static final class ServerApplication.Builder extends Object
ServerApplication.| Modifier and Type | Method and Description |
|---|---|
ServerApplication.Builder |
applicationName(String applicationName)
The physical, human-readable name of the CodeDeploy Application.
|
ServerApplication |
build() |
static ServerApplication.Builder |
create(Construct scope,
String id) |
@Stability(value=Stable) public static ServerApplication.Builder create(Construct scope, String id)
scope - This parameter is required.id - This parameter is required.ServerApplication.Builder.@Stability(value=Stable) public ServerApplication.Builder applicationName(String applicationName)
Default: an auto-generated name will be used
applicationName - The physical, human-readable name of the CodeDeploy Application. This parameter is required.this@Stability(value=Stable) public ServerApplication build()
Copyright © 2020. All rights reserved.