Uses of Class
software.amazon.awscdk.services.efs.CfnMountTargetProps.Builder
Package
Description
Amazon Elastic File System Construct Library
-
Uses of CfnMountTargetProps.Builder in software.amazon.awscdk.services.efs
Modifier and TypeMethodDescriptionstatic CfnMountTargetProps.Builder
CfnMountTargetProps.builder()
CfnMountTargetProps.Builder.fileSystemId
(String fileSystemId) Sets the value ofCfnMountTargetProps.getFileSystemId()
Sets the value ofCfnMountTargetProps.getIpAddress()
CfnMountTargetProps.Builder.securityGroups
(List<String> securityGroups) Sets the value ofCfnMountTargetProps.getSecurityGroups()
Sets the value ofCfnMountTargetProps.getSubnetId()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnMountTargetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMountTargetProps.Builder
.