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 Summary
Modifier and TypeMethodDescriptionapiGatewayProxy
(IResolvable apiGatewayProxy) The endpoint URL of the Amazon API Gateway proxy.apiGatewayProxy
(CfnApplication.ApiGatewayProxyInputProperty apiGatewayProxy) The endpoint URL of the Amazon API Gateway proxy.build()
static CfnApplication.Builder
environmentIdentifier
(String environmentIdentifier) The unique identifier of the environment.The name of the application.The proxy type of the proxy created within the application.The tags assigned to the application.The ID of the virtual private cloud (VPC).
-
Method Details
-
create
@Stability(Stable) public static CfnApplication.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). 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
- See Also:
-
name
The name of the application.- Parameters:
name
- The name of the application. This parameter is required.- Returns:
this
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
tags
The tags assigned to the application.- Parameters:
tags
- The tags assigned to the application. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnApplication>
- Returns:
- a newly built instance of
CfnApplication
.
-