@Stability(value=Stable) public static final class CfnVPCEndpointProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCEndpointProps>
CfnVPCEndpointProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnVPCEndpointProps.Builder serviceName(String serviceName)
CfnVPCEndpointProps.getServiceName()serviceName - `AWS::EC2::VPCEndpoint.ServiceName`. This parameter is required.this@Stability(value=Stable) public CfnVPCEndpointProps.Builder vpcId(String vpcId)
CfnVPCEndpointProps.getVpcId()vpcId - `AWS::EC2::VPCEndpoint.VpcId`. This parameter is required.this@Stability(value=Stable) public CfnVPCEndpointProps.Builder policyDocument(Object policyDocument)
CfnVPCEndpointProps.getPolicyDocument()policyDocument - `AWS::EC2::VPCEndpoint.PolicyDocument`.this@Stability(value=Stable) public CfnVPCEndpointProps.Builder privateDnsEnabled(Boolean privateDnsEnabled)
CfnVPCEndpointProps.getPrivateDnsEnabled()privateDnsEnabled - `AWS::EC2::VPCEndpoint.PrivateDnsEnabled`.this@Stability(value=Stable) public CfnVPCEndpointProps.Builder privateDnsEnabled(IResolvable privateDnsEnabled)
CfnVPCEndpointProps.getPrivateDnsEnabled()privateDnsEnabled - `AWS::EC2::VPCEndpoint.PrivateDnsEnabled`.this@Stability(value=Stable) public CfnVPCEndpointProps.Builder routeTableIds(List<String> routeTableIds)
CfnVPCEndpointProps.getRouteTableIds()routeTableIds - `AWS::EC2::VPCEndpoint.RouteTableIds`.this@Stability(value=Stable) public CfnVPCEndpointProps.Builder securityGroupIds(List<String> securityGroupIds)
CfnVPCEndpointProps.getSecurityGroupIds()securityGroupIds - `AWS::EC2::VPCEndpoint.SecurityGroupIds`.this@Stability(value=Stable) public CfnVPCEndpointProps.Builder subnetIds(List<String> subnetIds)
CfnVPCEndpointProps.getSubnetIds()subnetIds - `AWS::EC2::VPCEndpoint.SubnetIds`.this@Stability(value=Stable) public CfnVPCEndpointProps.Builder vpcEndpointType(String vpcEndpointType)
CfnVPCEndpointProps.getVpcEndpointType()vpcEndpointType - `AWS::EC2::VPCEndpoint.VpcEndpointType`.this@Stability(value=Stable) public CfnVPCEndpointProps build()
build in interface software.amazon.jsii.Builder<CfnVPCEndpointProps>CfnVPCEndpointPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.