@Stability(value=Stable) public static final class CfnApplicationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationProps>
CfnApplicationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationProps.Builder |
apiGatewayProxy(CfnApplication.ApiGatewayProxyInputProperty apiGatewayProxy)
Sets the value of
CfnApplicationProps.getApiGatewayProxy() |
CfnApplicationProps.Builder |
apiGatewayProxy(IResolvable apiGatewayProxy)
Sets the value of
CfnApplicationProps.getApiGatewayProxy() |
CfnApplicationProps |
build()
Builds the configured instance.
|
CfnApplicationProps.Builder |
environmentIdentifier(String environmentIdentifier)
Sets the value of
CfnApplicationProps.getEnvironmentIdentifier() |
CfnApplicationProps.Builder |
name(String name)
Sets the value of
CfnApplicationProps.getName() |
CfnApplicationProps.Builder |
proxyType(String proxyType)
Sets the value of
CfnApplicationProps.getProxyType() |
CfnApplicationProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnApplicationProps.getTags() |
CfnApplicationProps.Builder |
vpcId(String vpcId)
Sets the value of
CfnApplicationProps.getVpcId() |
@Stability(value=Stable) public CfnApplicationProps.Builder apiGatewayProxy(CfnApplication.ApiGatewayProxyInputProperty apiGatewayProxy)
CfnApplicationProps.getApiGatewayProxy()apiGatewayProxy - The endpoint URL of the Amazon API Gateway proxy.this@Stability(value=Stable) public CfnApplicationProps.Builder apiGatewayProxy(IResolvable apiGatewayProxy)
CfnApplicationProps.getApiGatewayProxy()apiGatewayProxy - The endpoint URL of the Amazon API Gateway proxy.this@Stability(value=Stable) public CfnApplicationProps.Builder environmentIdentifier(String environmentIdentifier)
CfnApplicationProps.getEnvironmentIdentifier()environmentIdentifier - The unique identifier of the environment.this@Stability(value=Stable) public CfnApplicationProps.Builder name(String name)
CfnApplicationProps.getName()name - The name of the application.this@Stability(value=Stable) public CfnApplicationProps.Builder proxyType(String proxyType)
CfnApplicationProps.getProxyType()proxyType - The proxy type of the proxy created within the application.this@Stability(value=Stable) public CfnApplicationProps.Builder tags(List<? extends CfnTag> tags)
CfnApplicationProps.getTags()tags - The tags assigned to the application.this@Stability(value=Stable) public CfnApplicationProps.Builder vpcId(String vpcId)
CfnApplicationProps.getVpcId()vpcId - The ID of the virtual private cloud (VPC).this@Stability(value=Stable) public CfnApplicationProps build()
build in interface software.amazon.jsii.Builder<CfnApplicationProps>CfnApplicationPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.