@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileSystemConfig extends Object implements Serializable, Cloneable, StructuredPojo
Details about the connection between a Lambda function and an Amazon EFS file system.
Constructor and Description |
---|
FileSystemConfig() |
Modifier and Type | Method and Description |
---|---|
FileSystemConfig |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
|
String |
getLocalMountPath()
The path where the function can access the file system, starting with
/mnt/ . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
|
void |
setLocalMountPath(String localMountPath)
The path where the function can access the file system, starting with
/mnt/ . |
String |
toString()
Returns a string representation of this object.
|
FileSystemConfig |
withArn(String arn)
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
|
FileSystemConfig |
withLocalMountPath(String localMountPath)
The path where the function can access the file system, starting with
/mnt/ . |
public void setArn(String arn)
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
arn
- The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.public String getArn()
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
public FileSystemConfig withArn(String arn)
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
arn
- The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.public void setLocalMountPath(String localMountPath)
The path where the function can access the file system, starting with /mnt/
.
localMountPath
- The path where the function can access the file system, starting with /mnt/
.public String getLocalMountPath()
The path where the function can access the file system, starting with /mnt/
.
/mnt/
.public FileSystemConfig withLocalMountPath(String localMountPath)
The path where the function can access the file system, starting with /mnt/
.
localMountPath
- The path where the function can access the file system, starting with /mnt/
.public String toString()
toString
in class Object
Object.toString()
public FileSystemConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.