Class CfnWebApp.EndpointDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.transfer.CfnWebApp.EndpointDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebApp.EndpointDetailsProperty>
- Enclosing interface:
CfnWebApp.EndpointDetailsProperty
@Stability(Stable)
public static final class CfnWebApp.EndpointDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebApp.EndpointDetailsProperty>
A builder for
CfnWebApp.EndpointDetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.vpc(IResolvable vpc) Sets the value ofCfnWebApp.EndpointDetailsProperty.getVpc()vpc(CfnWebApp.VpcProperty vpc) Sets the value ofCfnWebApp.EndpointDetailsProperty.getVpc()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpc
Sets the value ofCfnWebApp.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
Sets the value ofCfnWebApp.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<CfnWebApp.EndpointDetailsProperty>- Returns:
- a new instance of
CfnWebApp.EndpointDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-