public static final class CfnApplication.Builder
extends java.lang.Object
CfnApplication
.Modifier and Type | Method and Description |
---|---|
CfnApplication.Builder |
apiGatewayProxy(CfnApplication.ApiGatewayProxyInputProperty apiGatewayProxy)
The endpoint URL of the Amazon API Gateway proxy.
|
CfnApplication.Builder |
apiGatewayProxy(IResolvable apiGatewayProxy)
The endpoint URL of the Amazon API Gateway proxy.
|
CfnApplication |
build() |
static CfnApplication.Builder |
create(Construct scope,
java.lang.String id) |
CfnApplication.Builder |
environmentIdentifier(java.lang.String environmentIdentifier)
The unique identifier of the environment.
|
CfnApplication.Builder |
name(java.lang.String name)
The name of the application.
|
CfnApplication.Builder |
proxyType(java.lang.String proxyType)
The proxy type of the proxy created within the application.
|
CfnApplication.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags assigned to the application.
|
CfnApplication.Builder |
vpcId(java.lang.String vpcId)
The ID of the virtual private cloud (VPC).
|
public static CfnApplication.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnApplication.ApiGatewayProxyInputProperty.Builder
.public CfnApplication.Builder apiGatewayProxy(CfnApplication.ApiGatewayProxyInputProperty apiGatewayProxy)
apiGatewayProxy
- The endpoint URL of the Amazon API Gateway proxy. This parameter is required.this
public CfnApplication.Builder apiGatewayProxy(IResolvable apiGatewayProxy)
apiGatewayProxy
- The endpoint URL of the Amazon API Gateway proxy. This parameter is required.this
public CfnApplication.Builder environmentIdentifier(java.lang.String environmentIdentifier)
environmentIdentifier
- The unique identifier of the environment. This parameter is required.this
public CfnApplication.Builder name(java.lang.String name)
name
- The name of the application. This parameter is required.this
public CfnApplication.Builder proxyType(java.lang.String proxyType)
proxyType
- The proxy type of the proxy created within the application. This parameter is required.this
public CfnApplication.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags assigned to the application. This parameter is required.this
public CfnApplication.Builder vpcId(java.lang.String vpcId)
vpcId
- The ID of the virtual private cloud (VPC). This parameter is required.this
public CfnApplication build()