Uses of Class
software.amazon.awscdk.services.networkmanager.CfnVpcAttachment.VpcOptionsProperty.Builder
Packages that use CfnVpcAttachment.VpcOptionsProperty.Builder
Package
Description
AWS::NetworkManager Construct Library
-
Uses of CfnVpcAttachment.VpcOptionsProperty.Builder in software.amazon.awscdk.services.networkmanager
Methods in software.amazon.awscdk.services.networkmanager that return CfnVpcAttachment.VpcOptionsProperty.BuilderModifier and TypeMethodDescriptionCfnVpcAttachment.VpcOptionsProperty.Builder.applianceModeSupport
(Boolean applianceModeSupport) Sets the value ofCfnVpcAttachment.VpcOptionsProperty.getApplianceModeSupport()
CfnVpcAttachment.VpcOptionsProperty.Builder.applianceModeSupport
(IResolvable applianceModeSupport) Sets the value ofCfnVpcAttachment.VpcOptionsProperty.getApplianceModeSupport()
CfnVpcAttachment.VpcOptionsProperty.builder()
CfnVpcAttachment.VpcOptionsProperty.Builder.dnsSupport
(Boolean dnsSupport) Sets the value ofCfnVpcAttachment.VpcOptionsProperty.getDnsSupport()
CfnVpcAttachment.VpcOptionsProperty.Builder.dnsSupport
(IResolvable dnsSupport) Sets the value ofCfnVpcAttachment.VpcOptionsProperty.getDnsSupport()
CfnVpcAttachment.VpcOptionsProperty.Builder.ipv6Support
(Boolean ipv6Support) Sets the value ofCfnVpcAttachment.VpcOptionsProperty.getIpv6Support()
CfnVpcAttachment.VpcOptionsProperty.Builder.ipv6Support
(IResolvable ipv6Support) Sets the value ofCfnVpcAttachment.VpcOptionsProperty.getIpv6Support()
CfnVpcAttachment.VpcOptionsProperty.Builder.securityGroupReferencingSupport
(Boolean securityGroupReferencingSupport) Sets the value ofCfnVpcAttachment.VpcOptionsProperty.getSecurityGroupReferencingSupport()
CfnVpcAttachment.VpcOptionsProperty.Builder.securityGroupReferencingSupport
(IResolvable securityGroupReferencingSupport) Sets the value ofCfnVpcAttachment.VpcOptionsProperty.getSecurityGroupReferencingSupport()
Constructors in software.amazon.awscdk.services.networkmanager with parameters of type CfnVpcAttachment.VpcOptionsProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVpcAttachment.VpcOptionsProperty.Builder
.