Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPNConnectionMixinProps.Builder
Packages that use CfnVPNConnectionMixinProps.Builder
-
Uses of CfnVPNConnectionMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnVPNConnectionMixinProps.BuilderModifier and TypeMethodDescriptionCfnVPNConnectionMixinProps.builder()CfnVPNConnectionMixinProps.Builder.customerGatewayId(String customerGatewayId) Sets the value ofCfnVPNConnectionMixinProps.getCustomerGatewayId()CfnVPNConnectionMixinProps.Builder.customerGatewayId(ICustomerGatewayRef customerGatewayId) Sets the value ofCfnVPNConnectionMixinProps.getCustomerGatewayId()CfnVPNConnectionMixinProps.Builder.enableAcceleration(Boolean enableAcceleration) Sets the value ofCfnVPNConnectionMixinProps.getEnableAcceleration()CfnVPNConnectionMixinProps.Builder.enableAcceleration(IResolvable enableAcceleration) Sets the value ofCfnVPNConnectionMixinProps.getEnableAcceleration()CfnVPNConnectionMixinProps.Builder.localIpv4NetworkCidr(String localIpv4NetworkCidr) Sets the value ofCfnVPNConnectionMixinProps.getLocalIpv4NetworkCidr()CfnVPNConnectionMixinProps.Builder.localIpv6NetworkCidr(String localIpv6NetworkCidr) Sets the value ofCfnVPNConnectionMixinProps.getLocalIpv6NetworkCidr()CfnVPNConnectionMixinProps.Builder.outsideIpAddressType(String outsideIpAddressType) Sets the value ofCfnVPNConnectionMixinProps.getOutsideIpAddressType()CfnVPNConnectionMixinProps.Builder.preSharedKeyStorage(String preSharedKeyStorage) Sets the value ofCfnVPNConnectionMixinProps.getPreSharedKeyStorage()CfnVPNConnectionMixinProps.Builder.remoteIpv4NetworkCidr(String remoteIpv4NetworkCidr) Sets the value ofCfnVPNConnectionMixinProps.getRemoteIpv4NetworkCidr()CfnVPNConnectionMixinProps.Builder.remoteIpv6NetworkCidr(String remoteIpv6NetworkCidr) Sets the value ofCfnVPNConnectionMixinProps.getRemoteIpv6NetworkCidr()CfnVPNConnectionMixinProps.Builder.staticRoutesOnly(Boolean staticRoutesOnly) Sets the value ofCfnVPNConnectionMixinProps.getStaticRoutesOnly()CfnVPNConnectionMixinProps.Builder.staticRoutesOnly(IResolvable staticRoutesOnly) Sets the value ofCfnVPNConnectionMixinProps.getStaticRoutesOnly()Sets the value ofCfnVPNConnectionMixinProps.getTags()CfnVPNConnectionMixinProps.Builder.transitGatewayId(String transitGatewayId) Sets the value ofCfnVPNConnectionMixinProps.getTransitGatewayId()CfnVPNConnectionMixinProps.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) Sets the value ofCfnVPNConnectionMixinProps.getTransitGatewayId()CfnVPNConnectionMixinProps.Builder.transportTransitGatewayAttachmentId(String transportTransitGatewayAttachmentId) Sets the value ofCfnVPNConnectionMixinProps.getTransportTransitGatewayAttachmentId()CfnVPNConnectionMixinProps.Builder.tunnelBandwidth(String tunnelBandwidth) Sets the value ofCfnVPNConnectionMixinProps.getTunnelBandwidth()CfnVPNConnectionMixinProps.Builder.tunnelInsideIpVersion(String tunnelInsideIpVersion) Sets the value ofCfnVPNConnectionMixinProps.getTunnelInsideIpVersion()Sets the value ofCfnVPNConnectionMixinProps.getType()CfnVPNConnectionMixinProps.Builder.vpnConcentratorId(String vpnConcentratorId) Sets the value ofCfnVPNConnectionMixinProps.getVpnConcentratorId()CfnVPNConnectionMixinProps.Builder.vpnGatewayId(String vpnGatewayId) Sets the value ofCfnVPNConnectionMixinProps.getVpnGatewayId()CfnVPNConnectionMixinProps.Builder.vpnGatewayId(IVPNGatewayRef vpnGatewayId) Sets the value ofCfnVPNConnectionMixinProps.getVpnGatewayId()CfnVPNConnectionMixinProps.Builder.vpnTunnelOptionsSpecifications(List<? extends Object> vpnTunnelOptionsSpecifications) Sets the value ofCfnVPNConnectionMixinProps.getVpnTunnelOptionsSpecifications()CfnVPNConnectionMixinProps.Builder.vpnTunnelOptionsSpecifications(IResolvable vpnTunnelOptionsSpecifications) Sets the value ofCfnVPNConnectionMixinProps.getVpnTunnelOptionsSpecifications()Constructors in software.amazon.awscdk.cfnpropertymixins.services.ec2 with parameters of type CfnVPNConnectionMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVPNConnectionMixinProps.Builder.