@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 - The ID of the file system for which to create the mount target. This parameter is required.this@Stability(value=Stable) public CfnMountTargetProps.Builder securityGroups(List<String> securityGroups)
CfnMountTargetProps.getSecurityGroups()securityGroups - Up to five VPC security group IDs, of the form `sg-xxxxxxxx` . This parameter is required.
These must be for the same VPC as subnet specified.this@Stability(value=Stable) public CfnMountTargetProps.Builder subnetId(String subnetId)
CfnMountTargetProps.getSubnetId()subnetId - The ID of the subnet to add the mount target in. This parameter is required.
For file systems that use One Zone storage classes, use the subnet that is associated with the file system's Availability Zone.this@Stability(value=Stable) public CfnMountTargetProps.Builder ipAddress(String ipAddress)
CfnMountTargetProps.getIpAddress()ipAddress - Valid IPv4 address within the address range of the specified subnet.this@Stability(value=Stable) public CfnMountTargetProps build()
build in interface software.amazon.jsii.Builder<CfnMountTargetProps>CfnMountTargetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.