@Stability(value=Stable) public static final class CfnMountTarget.Builder extends Object implements software.amazon.jsii.Builder<CfnMountTarget>
CfnMountTarget.| Modifier and Type | Method and Description |
|---|---|
CfnMountTarget |
build() |
static CfnMountTarget.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMountTarget.Builder |
fileSystemId(String fileSystemId)
The ID of the file system for which to create the mount target.
|
CfnMountTarget.Builder |
ipAddress(String ipAddress)
Valid IPv4 address within the address range of the specified subnet.
|
CfnMountTarget.Builder |
securityGroups(List<String> securityGroups)
Up to five VPC security group IDs, of the form `sg-xxxxxxxx` .
|
CfnMountTarget.Builder |
subnetId(String subnetId)
The ID of the subnet to add the mount target in.
|
@Stability(value=Stable) public static CfnMountTarget.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnMountTarget.Builder.@Stability(value=Stable) public CfnMountTarget.Builder fileSystemId(String fileSystemId)
fileSystemId - The ID of the file system for which to create the mount target. This parameter is required.this@Stability(value=Stable) public CfnMountTarget.Builder securityGroups(List<String> securityGroups)
These must be for the same VPC as subnet specified.
securityGroups - Up to five VPC security group IDs, of the form `sg-xxxxxxxx` . This parameter is required.this@Stability(value=Stable) public CfnMountTarget.Builder subnetId(String subnetId)
For file systems that use One Zone storage classes, use the subnet that is associated with the file system's Availability Zone.
subnetId - The ID of the subnet to add the mount target in. This parameter is required.this@Stability(value=Stable) public CfnMountTarget.Builder ipAddress(String ipAddress)
ipAddress - Valid IPv4 address within the address range of the specified subnet. This parameter is required.this@Stability(value=Stable) public CfnMountTarget build()
build in interface software.amazon.jsii.Builder<CfnMountTarget>Copyright © 2022. All rights reserved.