@Stability(value=Stable) public static final class CfnApplication.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication>
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,
String id) |
CfnApplication.Builder |
environmentIdentifier(String environmentIdentifier)
The unique identifier of the environment.
|
CfnApplication.Builder |
name(String name)
The name of the application.
|
CfnApplication.Builder |
proxyType(String proxyType)
The proxy type of the proxy created within the application.
|
CfnApplication.Builder |
tags(List<? extends CfnTag> tags)
The tags assigned to the application.
|
CfnApplication.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
@Stability(value=Stable) public static CfnApplication.Builder create(Construct scope, 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.@Stability(value=Stable) public CfnApplication.Builder apiGatewayProxy(CfnApplication.ApiGatewayProxyInputProperty apiGatewayProxy)
apiGatewayProxy - The endpoint URL of the Amazon API Gateway proxy. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder apiGatewayProxy(IResolvable apiGatewayProxy)
apiGatewayProxy - The endpoint URL of the Amazon API Gateway proxy. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder environmentIdentifier(String environmentIdentifier)
environmentIdentifier - The unique identifier of the environment. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder name(String name)
name - The name of the application. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder proxyType(String proxyType)
proxyType - The proxy type of the proxy created within the application. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder tags(List<? extends CfnTag> tags)
tags - The tags assigned to the application. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder vpcId(String vpcId)
vpcId - The ID of the virtual private cloud (VPC). This parameter is required.this@Stability(value=Stable) public CfnApplication build()
build in interface software.amazon.jsii.Builder<CfnApplication>Copyright © 2023. All rights reserved.