Class ServerApplicationProps.Builder
java.lang.Object
software.amazon.awscdk.services.codedeploy.ServerApplicationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ServerApplicationProps>
- Enclosing interface:
- ServerApplicationProps
@Stability(Stable)
public static final class ServerApplicationProps.Builder
extends Object
implements software.amazon.jsii.Builder<ServerApplicationProps>
A builder for
ServerApplicationProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplicationName
(String applicationName) Sets the value ofServerApplicationProps.getApplicationName()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationName
Sets the value ofServerApplicationProps.getApplicationName()
- Parameters:
applicationName
- The physical, human-readable name of the CodeDeploy Application.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ServerApplicationProps>
- Returns:
- a new instance of
ServerApplicationProps
- Throws:
NullPointerException
- if any required attribute was not provided
-