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.Builder
CfnMountTarget.Builder.fileSystemId
(String fileSystemId) The ID of the file system for which to create the mount target.If theIpAddressType
for the mount target is IPv4 (IPV4_ONLY
orDUAL_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 theIPAddressType
for the mount target is IPv6 (IPV6_ONLY
orDUAL_STACK
), then specify the IPv6 address to use.CfnMountTarget.Builder.securityGroups
(List<String> securityGroups) VPC security group IDs, of the formsg-xxxxxxxx
.The ID of the subnet to add the mount target in.