Class CfnApiPropsMixin.EndpointConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnApiPropsMixin.EndpointConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApiPropsMixin.EndpointConfigurationProperty>
- Enclosing interface:
CfnApiPropsMixin.EndpointConfigurationProperty
@Stability(Stable)
public static final class CfnApiPropsMixin.EndpointConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApiPropsMixin.EndpointConfigurationProperty>
A builder for
CfnApiPropsMixin.EndpointConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnApiPropsMixin.EndpointConfigurationProperty.getType()vpcEndpointIds(List<String> vpcEndpointIds) Sets the value ofCfnApiPropsMixin.EndpointConfigurationProperty.getVpcEndpointIds()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
Sets the value ofCfnApiPropsMixin.EndpointConfigurationProperty.getType()- Parameters:
type- the value to be set.- Returns:
this
-
vpcEndpointIds
@Stability(Stable) public CfnApiPropsMixin.EndpointConfigurationProperty.Builder vpcEndpointIds(List<String> vpcEndpointIds) Sets the value ofCfnApiPropsMixin.EndpointConfigurationProperty.getVpcEndpointIds()- Parameters:
vpcEndpointIds- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApiPropsMixin.EndpointConfigurationProperty>- Returns:
- a new instance of
CfnApiPropsMixin.EndpointConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-