@Stability(value=Stable) public static final class EfsFileSystemLocationProps.Builder extends Object implements software.amazon.jsii.Builder<EfsFileSystemLocationProps>
EfsFileSystemLocationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EfsFileSystemLocationProps |
build()
Builds the configured instance.
|
EfsFileSystemLocationProps.Builder |
identifier(String identifier)
Sets the value of
EfsFileSystemLocationProps.getIdentifier() |
EfsFileSystemLocationProps.Builder |
location(String location)
Sets the value of
EfsFileSystemLocationProps.getLocation() |
EfsFileSystemLocationProps.Builder |
mountOptions(String mountOptions)
Sets the value of
EfsFileSystemLocationProps.getMountOptions() |
EfsFileSystemLocationProps.Builder |
mountPoint(String mountPoint)
Sets the value of
EfsFileSystemLocationProps.getMountPoint() |
@Stability(value=Stable) public EfsFileSystemLocationProps.Builder identifier(String identifier)
EfsFileSystemLocationProps.getIdentifier()identifier - The name used to access a file system created by Amazon EFS. This parameter is required.this@Stability(value=Stable) public EfsFileSystemLocationProps.Builder location(String location)
EfsFileSystemLocationProps.getLocation()location - A string that specifies the location of the file system, like Amazon EFS. This parameter is required.
This value looks like fs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory.this@Stability(value=Stable) public EfsFileSystemLocationProps.Builder mountPoint(String mountPoint)
EfsFileSystemLocationProps.getMountPoint()mountPoint - The location in the container where you mount the file system. This parameter is required.this@Stability(value=Stable) public EfsFileSystemLocationProps.Builder mountOptions(String mountOptions)
EfsFileSystemLocationProps.getMountOptions()mountOptions - The mount options for a file system such as Amazon EFS.this@Stability(value=Stable) public EfsFileSystemLocationProps build()
build in interface software.amazon.jsii.Builder<EfsFileSystemLocationProps>EfsFileSystemLocationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.