Class CfnApplicationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.refactorspaces.CfnApplicationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationMixinProps>
- Enclosing interface:
CfnApplicationMixinProps
@Stability(Stable)
public static final class CfnApplicationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationMixinProps>
A builder for
CfnApplicationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiGatewayProxy(CfnApplicationPropsMixin.ApiGatewayProxyInputProperty apiGatewayProxy) Sets the value ofCfnApplicationMixinProps.getApiGatewayProxy()apiGatewayProxy(IResolvable apiGatewayProxy) Sets the value ofCfnApplicationMixinProps.getApiGatewayProxy()build()Builds the configured instance.environmentIdentifier(String environmentIdentifier) Sets the value ofCfnApplicationMixinProps.getEnvironmentIdentifier()environmentIdentifier(IEnvironmentRef environmentIdentifier) Sets the value ofCfnApplicationMixinProps.getEnvironmentIdentifier()Sets the value ofCfnApplicationMixinProps.getName()Sets the value ofCfnApplicationMixinProps.getProxyType()Sets the value ofCfnApplicationMixinProps.getTags()Sets the value ofCfnApplicationMixinProps.getVpcId()Sets the value ofCfnApplicationMixinProps.getVpcId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
apiGatewayProxy
@Stability(Stable) public CfnApplicationMixinProps.Builder apiGatewayProxy(IResolvable apiGatewayProxy) Sets the value ofCfnApplicationMixinProps.getApiGatewayProxy()- Parameters:
apiGatewayProxy- The endpoint URL of the Amazon API Gateway proxy.- Returns:
this
-
apiGatewayProxy
@Stability(Stable) public CfnApplicationMixinProps.Builder apiGatewayProxy(CfnApplicationPropsMixin.ApiGatewayProxyInputProperty apiGatewayProxy) Sets the value ofCfnApplicationMixinProps.getApiGatewayProxy()- Parameters:
apiGatewayProxy- The endpoint URL of the Amazon API Gateway proxy.- Returns:
this
-
environmentIdentifier
@Stability(Stable) public CfnApplicationMixinProps.Builder environmentIdentifier(String environmentIdentifier) Sets the value ofCfnApplicationMixinProps.getEnvironmentIdentifier()- Parameters:
environmentIdentifier- The unique identifier of the environment.- Returns:
this
-
environmentIdentifier
@Stability(Stable) public CfnApplicationMixinProps.Builder environmentIdentifier(IEnvironmentRef environmentIdentifier) Sets the value ofCfnApplicationMixinProps.getEnvironmentIdentifier()- Parameters:
environmentIdentifier- The unique identifier of the environment.- Returns:
this
-
name
Sets the value ofCfnApplicationMixinProps.getName()- Parameters:
name- The name of the application.- Returns:
this
-
proxyType
Sets the value ofCfnApplicationMixinProps.getProxyType()- Parameters:
proxyType- The proxy type of the proxy created within the application.- Returns:
this
-
tags
Sets the value ofCfnApplicationMixinProps.getTags()- Parameters:
tags- The tags assigned to the application.- Returns:
this
-
vpcId
Sets the value ofCfnApplicationMixinProps.getVpcId()- Parameters:
vpcId- The ID of the virtual private cloud (VPC).- Returns:
this
-
vpcId
Sets the value ofCfnApplicationMixinProps.getVpcId()- Parameters:
vpcId- The ID of the virtual private cloud (VPC).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationMixinProps>- Returns:
- a new instance of
CfnApplicationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-