Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.efs.CfnMountTargetPropsMixin.Builder
Packages that use CfnMountTargetPropsMixin.Builder
-
Uses of CfnMountTargetPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.efs
Methods in software.amazon.awscdk.cfnpropertymixins.services.efs that return CfnMountTargetPropsMixin.BuilderModifier and TypeMethodDescriptionCfnMountTargetPropsMixin.Builder.create()CfnMountTargetPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnMountTargetPropsMixin.Builder.fileSystemId(String fileSystemId) The ID of the file system for which to create the mount target.CfnMountTargetPropsMixin.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.CfnMountTargetPropsMixin.Builder.ipAddressType(String ipAddressType) The IP address type for the mount target.CfnMountTargetPropsMixin.Builder.ipv6Address(String ipv6Address) If theIPAddressTypefor the mount target is IPv6 (IPV6_ONLYorDUAL_STACK), then specify the IPv6 address to use.CfnMountTargetPropsMixin.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.CfnMountTargetPropsMixin.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet to add the mount target in.