@Stability(value=Experimental) 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=Experimental) 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=Experimental) 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@Stability(value=Experimental) 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=Experimental) public EfsFileSystemLocationProps.Builder mountOptions(String mountOptions)
EfsFileSystemLocationProps.getMountOptions()mountOptions - The mount options for a file system such as Amazon EFS.this@Stability(value=Experimental) public EfsFileSystemLocationProps build()
build in interface software.amazon.jsii.Builder<EfsFileSystemLocationProps>EfsFileSystemLocationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.