@Stability(value=Stable) public static final class ServerApplicationProps.Builder extends Object implements software.amazon.jsii.Builder<ServerApplicationProps>
ServerApplicationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ServerApplicationProps.Builder |
applicationName(String applicationName)
Sets the value of
ServerApplicationProps.getApplicationName() |
ServerApplicationProps |
build()
Builds the configured instance.
|
@Stability(value=Stable) public ServerApplicationProps.Builder applicationName(String applicationName)
ServerApplicationProps.getApplicationName()applicationName - The physical, human-readable name of the CodeDeploy Application.this@Stability(value=Stable) public ServerApplicationProps build()
build in interface software.amazon.jsii.Builder<ServerApplicationProps>ServerApplicationPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.