@Stability(value=Stable) public static final class CfnMountTargetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnMountTargetProps>
CfnMountTargetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMountTargetProps |
build()
Builds the configured instance.
|
CfnMountTargetProps.Builder |
fileSystemId(String fileSystemId)
Sets the value of
CfnMountTargetProps.getFileSystemId() |
CfnMountTargetProps.Builder |
ipAddress(String ipAddress)
Sets the value of
CfnMountTargetProps.getIpAddress() |
CfnMountTargetProps.Builder |
securityGroups(List<String> securityGroups)
Sets the value of
CfnMountTargetProps.getSecurityGroups() |
CfnMountTargetProps.Builder |
subnetId(String subnetId)
Sets the value of
CfnMountTargetProps.getSubnetId() |
@Stability(value=Stable) public CfnMountTargetProps.Builder fileSystemId(String fileSystemId)
CfnMountTargetProps.getFileSystemId()fileSystemId - `AWS::EFS::MountTarget.FileSystemId`. This parameter is required.this@Stability(value=Stable) public CfnMountTargetProps.Builder securityGroups(List<String> securityGroups)
CfnMountTargetProps.getSecurityGroups()securityGroups - `AWS::EFS::MountTarget.SecurityGroups`. This parameter is required.this@Stability(value=Stable) public CfnMountTargetProps.Builder subnetId(String subnetId)
CfnMountTargetProps.getSubnetId()subnetId - `AWS::EFS::MountTarget.SubnetId`. This parameter is required.this@Stability(value=Stable) public CfnMountTargetProps.Builder ipAddress(String ipAddress)
CfnMountTargetProps.getIpAddress()ipAddress - `AWS::EFS::MountTarget.IpAddress`.this@Stability(value=Stable) public CfnMountTargetProps build()
build in interface software.amazon.jsii.Builder<CfnMountTargetProps>CfnMountTargetPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.