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 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

      @Stability(Stable) public ServerApplication.Builder applicationName(String 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

      @Stability(Stable) public ServerApplication build()
      Specified by:
      build in interface software.amazon.jsii.Builder<ServerApplication>
      Returns:
      a newly built instance of ServerApplication.