Class CfnWebAppPropsMixin.EndpointDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnWebAppPropsMixin.EndpointDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebAppPropsMixin.EndpointDetailsProperty>
- Enclosing interface:
CfnWebAppPropsMixin.EndpointDetailsProperty
@Stability(Stable)
public static final class CfnWebAppPropsMixin.EndpointDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebAppPropsMixin.EndpointDetailsProperty>
A builder for
CfnWebAppPropsMixin.EndpointDetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnWebAppPropsMixin.EndpointDetailsProperty.getVpc()vpc(IResolvable vpc) Sets the value ofCfnWebAppPropsMixin.EndpointDetailsProperty.getVpc()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpc
Sets the value ofCfnWebAppPropsMixin.EndpointDetailsProperty.getVpc()- Parameters:
vpc- You can provide a structure that contains the details for the VPC endpoint to use with your web app.- Returns:
this
-
vpc
@Stability(Stable) public CfnWebAppPropsMixin.EndpointDetailsProperty.Builder vpc(CfnWebAppPropsMixin.VpcProperty vpc) Sets the value ofCfnWebAppPropsMixin.EndpointDetailsProperty.getVpc()- Parameters:
vpc- You can provide a structure that contains the details for the VPC endpoint to use with your web app.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebAppPropsMixin.EndpointDetailsProperty>- Returns:
- a new instance of
CfnWebAppPropsMixin.EndpointDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-