Class CfnApplication.Builder

java.lang.Object
software.amazon.awscdk.services.refactorspaces.CfnApplication.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplication>
Enclosing class:
CfnApplication

@Stability(Stable) public static final class CfnApplication.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication>
A fluent builder for CfnApplication.
  • Method Details

    • create

      @Stability(Stable) public static CfnApplication.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnApplication.Builder.
    • environmentIdentifier

      @Stability(Stable) public CfnApplication.Builder environmentIdentifier(String environmentIdentifier)
      The unique identifier of the environment.

      Parameters:
      environmentIdentifier - The unique identifier of the environment. This parameter is required.
      Returns:
      this
    • name

      @Stability(Stable) public CfnApplication.Builder name(String name)
      The name of the application.

      Parameters:
      name - The name of the application. This parameter is required.
      Returns:
      this
    • proxyType

      @Stability(Stable) public CfnApplication.Builder proxyType(String proxyType)
      The proxy type of the proxy created within the application.

      Parameters:
      proxyType - The proxy type of the proxy created within the application. This parameter is required.
      Returns:
      this
    • vpcId

      @Stability(Stable) public CfnApplication.Builder vpcId(String vpcId)
      The ID of the virtual private cloud (VPC).

      Parameters:
      vpcId - The ID of the virtual private cloud (VPC). This parameter is required.
      Returns:
      this
    • apiGatewayProxy

      @Stability(Stable) public CfnApplication.Builder apiGatewayProxy(CfnApplication.ApiGatewayProxyInputProperty apiGatewayProxy)
      The endpoint URL of the Amazon API Gateway proxy.

      Parameters:
      apiGatewayProxy - The endpoint URL of the Amazon API Gateway proxy. This parameter is required.
      Returns:
      this
    • apiGatewayProxy

      @Stability(Stable) public CfnApplication.Builder apiGatewayProxy(IResolvable apiGatewayProxy)
      The endpoint URL of the Amazon API Gateway proxy.

      Parameters:
      apiGatewayProxy - The endpoint URL of the Amazon API Gateway proxy. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnApplication.Builder tags(List<? extends CfnTag> tags)
      The tags assigned to the application.

      Parameters:
      tags - The tags assigned to the application. This parameter is required.
      Returns:
      this
    • build

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