Class CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.odb.CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty>
- Enclosing interface:
CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty
@Stability(Stable)
public static final class CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty>
A builder for
CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.vpcEndpointId(String vpcEndpointId) vpcEndpointType(String vpcEndpointType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcEndpointId
@Stability(Stable) public CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty.Builder vpcEndpointId(String vpcEndpointId) - Parameters:
vpcEndpointId- The identifier of the VPC endpoint.- Returns:
this
-
vpcEndpointType
@Stability(Stable) public CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty.Builder vpcEndpointType(String vpcEndpointType) - Parameters:
vpcEndpointType- The type of the VPC endpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty>- Returns:
- a new instance of
CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-