@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 - `AWS::RefactorSpaces::Application.ApiGatewayProxy`.this@Stability(value=Stable) public CfnApplicationProps.Builder apiGatewayProxy(IResolvable apiGatewayProxy)
CfnApplicationProps.getApiGatewayProxy()apiGatewayProxy - `AWS::RefactorSpaces::Application.ApiGatewayProxy`.this@Stability(value=Stable) public CfnApplicationProps.Builder environmentIdentifier(String environmentIdentifier)
CfnApplicationProps.getEnvironmentIdentifier()environmentIdentifier - `AWS::RefactorSpaces::Application.EnvironmentIdentifier`.this@Stability(value=Stable) public CfnApplicationProps.Builder name(String name)
CfnApplicationProps.getName()name - `AWS::RefactorSpaces::Application.Name`.this@Stability(value=Stable) public CfnApplicationProps.Builder proxyType(String proxyType)
CfnApplicationProps.getProxyType()proxyType - `AWS::RefactorSpaces::Application.ProxyType`.this@Stability(value=Stable) public CfnApplicationProps.Builder tags(List<? extends CfnTag> tags)
CfnApplicationProps.getTags()tags - `AWS::RefactorSpaces::Application.Tags`.this@Stability(value=Stable) public CfnApplicationProps.Builder vpcId(String vpcId)
CfnApplicationProps.getVpcId()vpcId - `AWS::RefactorSpaces::Application.VpcId`.this@Stability(value=Stable) public CfnApplicationProps build()
build in interface software.amazon.jsii.Builder<CfnApplicationProps>CfnApplicationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.