Uses of Class
software.amazon.awscdk.services.efs.CfnMountTarget.Builder
Packages that use CfnMountTarget.Builder
Package
Description
Amazon Elastic File System Construct Library
-
Uses of CfnMountTarget.Builder in software.amazon.awscdk.services.efs
Methods in software.amazon.awscdk.services.efs that return CfnMountTarget.BuilderModifier and TypeMethodDescriptionstatic CfnMountTarget.BuilderCfnMountTarget.Builder.fileSystemId(String fileSystemId) The ID of the file system for which to create the mount target.CfnMountTarget.Builder.fileSystemId(IFileSystemRef fileSystemId) The ID of the file system for which to create the mount target.If theIpAddressTypefor the mount target is IPv4 (IPV4_ONLYorDUAL_STACK), then specify the IPv4 address to use.CfnMountTarget.Builder.ipAddressType(String ipAddressType) The IP address type for the mount target.CfnMountTarget.Builder.ipv6Address(String ipv6Address) If theIPAddressTypefor the mount target is IPv6 (IPV6_ONLYorDUAL_STACK), then specify the IPv6 address to use.CfnMountTarget.Builder.securityGroups(List<? extends Object> securityGroups) VPC security group IDs, of the formsg-xxxxxxxx.The ID of the subnet to add the mount target in.CfnMountTarget.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet to add the mount target in.