public class FileSystemDescription extends Object implements Serializable, Cloneable
Description of the file system.
| Constructor and Description | 
|---|
| FileSystemDescription() | 
| Modifier and Type | Method and Description | 
|---|---|
| FileSystemDescription | clone() | 
| boolean | equals(Object obj) | 
| Date | getCreationTime()
 Time that the file system was created, in seconds (since
 1970-01-01T00:00:00Z). | 
| String | getCreationToken()
 Opaque string specified in the request. | 
| String | getFileSystemId()
 ID of the file system, assigned by Amazon EFS. | 
| String | getLifeCycleState()
 Lifecycle phase of the file system. | 
| String | getName()
 You can add tags to a file system, including a  Nametag. | 
| Integer | getNumberOfMountTargets()
 Current number of mount targets that the file system has. | 
| String | getOwnerId()
 AWS account that created the file system. | 
| String | getPerformanceMode()
 The  PerformanceModeof the file system. | 
| FileSystemSize | getSizeInBytes()
 Latest known metered size (in bytes) of data stored in the file system,
 in bytes, in its  Valuefield, and the time at which that
 size was determined in itsTimestampfield. | 
| int | hashCode() | 
| void | setCreationTime(Date creationTime)
 Time that the file system was created, in seconds (since
 1970-01-01T00:00:00Z). | 
| void | setCreationToken(String creationToken)
 Opaque string specified in the request. | 
| void | setFileSystemId(String fileSystemId)
 ID of the file system, assigned by Amazon EFS. | 
| void | setLifeCycleState(LifeCycleState lifeCycleState)
 Lifecycle phase of the file system. | 
| void | setLifeCycleState(String lifeCycleState)
 Lifecycle phase of the file system. | 
| void | setName(String name)
 You can add tags to a file system, including a  Nametag. | 
| void | setNumberOfMountTargets(Integer numberOfMountTargets)
 Current number of mount targets that the file system has. | 
| void | setOwnerId(String ownerId)
 AWS account that created the file system. | 
| void | setPerformanceMode(PerformanceMode performanceMode)
 The  PerformanceModeof the file system. | 
| void | setPerformanceMode(String performanceMode)
 The  PerformanceModeof the file system. | 
| void | setSizeInBytes(FileSystemSize sizeInBytes)
 Latest known metered size (in bytes) of data stored in the file system,
 in bytes, in its  Valuefield, and the time at which that
 size was determined in itsTimestampfield. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| FileSystemDescription | withCreationTime(Date creationTime)
 Time that the file system was created, in seconds (since
 1970-01-01T00:00:00Z). | 
| FileSystemDescription | withCreationToken(String creationToken)
 Opaque string specified in the request. | 
| FileSystemDescription | withFileSystemId(String fileSystemId)
 ID of the file system, assigned by Amazon EFS. | 
| FileSystemDescription | withLifeCycleState(LifeCycleState lifeCycleState)
 Lifecycle phase of the file system. | 
| FileSystemDescription | withLifeCycleState(String lifeCycleState)
 Lifecycle phase of the file system. | 
| FileSystemDescription | withName(String name)
 You can add tags to a file system, including a  Nametag. | 
| FileSystemDescription | withNumberOfMountTargets(Integer numberOfMountTargets)
 Current number of mount targets that the file system has. | 
| FileSystemDescription | withOwnerId(String ownerId)
 AWS account that created the file system. | 
| FileSystemDescription | withPerformanceMode(PerformanceMode performanceMode)
 The  PerformanceModeof the file system. | 
| FileSystemDescription | withPerformanceMode(String performanceMode)
 The  PerformanceModeof the file system. | 
| FileSystemDescription | withSizeInBytes(FileSystemSize sizeInBytes)
 Latest known metered size (in bytes) of data stored in the file system,
 in bytes, in its  Valuefield, and the time at which that
 size was determined in itsTimestampfield. | 
public void setOwnerId(String ownerId)
AWS account that created the file system. If the file system was created by an IAM user, the parent account to which the user belongs is the owner.
ownerId - AWS account that created the file system. If the file system was
        created by an IAM user, the parent account to which the user
        belongs is the owner.public String getOwnerId()
AWS account that created the file system. If the file system was created by an IAM user, the parent account to which the user belongs is the owner.
public FileSystemDescription withOwnerId(String ownerId)
AWS account that created the file system. If the file system was created by an IAM user, the parent account to which the user belongs is the owner.
ownerId - AWS account that created the file system. If the file system was
        created by an IAM user, the parent account to which the user
        belongs is the owner.public void setCreationToken(String creationToken)
Opaque string specified in the request.
creationToken - Opaque string specified in the request.public String getCreationToken()
Opaque string specified in the request.
public FileSystemDescription withCreationToken(String creationToken)
Opaque string specified in the request.
creationToken - Opaque string specified in the request.public void setFileSystemId(String fileSystemId)
ID of the file system, assigned by Amazon EFS.
fileSystemId - ID of the file system, assigned by Amazon EFS.public String getFileSystemId()
ID of the file system, assigned by Amazon EFS.
public FileSystemDescription withFileSystemId(String fileSystemId)
ID of the file system, assigned by Amazon EFS.
fileSystemId - ID of the file system, assigned by Amazon EFS.public void setCreationTime(Date creationTime)
Time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
creationTime - Time that the file system was created, in seconds (since
        1970-01-01T00:00:00Z).public Date getCreationTime()
Time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
public FileSystemDescription withCreationTime(Date creationTime)
Time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
creationTime - Time that the file system was created, in seconds (since
        1970-01-01T00:00:00Z).public void setLifeCycleState(String lifeCycleState)
Lifecycle phase of the file system.
lifeCycleState - Lifecycle phase of the file system.LifeCycleStatepublic String getLifeCycleState()
Lifecycle phase of the file system.
LifeCycleStatepublic FileSystemDescription withLifeCycleState(String lifeCycleState)
Lifecycle phase of the file system.
lifeCycleState - Lifecycle phase of the file system.LifeCycleStatepublic void setLifeCycleState(LifeCycleState lifeCycleState)
Lifecycle phase of the file system.
lifeCycleState - Lifecycle phase of the file system.LifeCycleStatepublic FileSystemDescription withLifeCycleState(LifeCycleState lifeCycleState)
Lifecycle phase of the file system.
lifeCycleState - Lifecycle phase of the file system.LifeCycleStatepublic void setName(String name)
 You can add tags to a file system, including a Name tag. For
 more information, see CreateTags. If the file system has a
 Name tag, Amazon EFS returns the value in this field.
 
name - You can add tags to a file system, including a Name
        tag. For more information, see CreateTags. If the file
        system has a Name tag, Amazon EFS returns the value
        in this field.public String getName()
 You can add tags to a file system, including a Name tag. For
 more information, see CreateTags. If the file system has a
 Name tag, Amazon EFS returns the value in this field.
 
Name
         tag. For more information, see CreateTags. If the file
         system has a Name tag, Amazon EFS returns the value
         in this field.public FileSystemDescription withName(String name)
 You can add tags to a file system, including a Name tag. For
 more information, see CreateTags. If the file system has a
 Name tag, Amazon EFS returns the value in this field.
 
name - You can add tags to a file system, including a Name
        tag. For more information, see CreateTags. If the file
        system has a Name tag, Amazon EFS returns the value
        in this field.public void setNumberOfMountTargets(Integer numberOfMountTargets)
Current number of mount targets that the file system has. For more information, see CreateMountTarget.
numberOfMountTargets - Current number of mount targets that the file system has. For more
        information, see CreateMountTarget.public Integer getNumberOfMountTargets()
Current number of mount targets that the file system has. For more information, see CreateMountTarget.
public FileSystemDescription withNumberOfMountTargets(Integer numberOfMountTargets)
Current number of mount targets that the file system has. For more information, see CreateMountTarget.
numberOfMountTargets - Current number of mount targets that the file system has. For more
        information, see CreateMountTarget.public void setSizeInBytes(FileSystemSize sizeInBytes)
 Latest known metered size (in bytes) of data stored in the file system,
 in bytes, in its Value field, and the time at which that
 size was determined in its Timestamp field. The
 Timestamp value is the integer number of seconds since
 1970-01-01T00:00:00Z. Note that the value does not represent the size of
 a consistent snapshot of the file system, but it is eventually consistent
 when there are no writes to the file system. That is, the value will
 represent actual size only if the file system is not modified for a
 period longer than a couple of hours. Otherwise, the value is not the
 exact size the file system was at any instant in time.
 
sizeInBytes - Latest known metered size (in bytes) of data stored in the file
        system, in bytes, in its Value field, and the time at
        which that size was determined in its Timestamp
        field. The Timestamp value is the integer number of
        seconds since 1970-01-01T00:00:00Z. Note that the value does not
        represent the size of a consistent snapshot of the file system,
        but it is eventually consistent when there are no writes to the
        file system. That is, the value will represent actual size only if
        the file system is not modified for a period longer than a couple
        of hours. Otherwise, the value is not the exact size the file
        system was at any instant in time.public FileSystemSize getSizeInBytes()
 Latest known metered size (in bytes) of data stored in the file system,
 in bytes, in its Value field, and the time at which that
 size was determined in its Timestamp field. The
 Timestamp value is the integer number of seconds since
 1970-01-01T00:00:00Z. Note that the value does not represent the size of
 a consistent snapshot of the file system, but it is eventually consistent
 when there are no writes to the file system. That is, the value will
 represent actual size only if the file system is not modified for a
 period longer than a couple of hours. Otherwise, the value is not the
 exact size the file system was at any instant in time.
 
Value field, and the time
         at which that size was determined in its Timestamp
         field. The Timestamp value is the integer number of
         seconds since 1970-01-01T00:00:00Z. Note that the value does not
         represent the size of a consistent snapshot of the file system,
         but it is eventually consistent when there are no writes to the
         file system. That is, the value will represent actual size only
         if the file system is not modified for a period longer than a
         couple of hours. Otherwise, the value is not the exact size the
         file system was at any instant in time.public FileSystemDescription withSizeInBytes(FileSystemSize sizeInBytes)
 Latest known metered size (in bytes) of data stored in the file system,
 in bytes, in its Value field, and the time at which that
 size was determined in its Timestamp field. The
 Timestamp value is the integer number of seconds since
 1970-01-01T00:00:00Z. Note that the value does not represent the size of
 a consistent snapshot of the file system, but it is eventually consistent
 when there are no writes to the file system. That is, the value will
 represent actual size only if the file system is not modified for a
 period longer than a couple of hours. Otherwise, the value is not the
 exact size the file system was at any instant in time.
 
sizeInBytes - Latest known metered size (in bytes) of data stored in the file
        system, in bytes, in its Value field, and the time at
        which that size was determined in its Timestamp
        field. The Timestamp value is the integer number of
        seconds since 1970-01-01T00:00:00Z. Note that the value does not
        represent the size of a consistent snapshot of the file system,
        but it is eventually consistent when there are no writes to the
        file system. That is, the value will represent actual size only if
        the file system is not modified for a period longer than a couple
        of hours. Otherwise, the value is not the exact size the file
        system was at any instant in time.public void setPerformanceMode(String performanceMode)
 The PerformanceMode of the file system.
 
performanceMode - The PerformanceMode of the file system.PerformanceModepublic String getPerformanceMode()
 The PerformanceMode of the file system.
 
PerformanceMode of the file system.PerformanceModepublic FileSystemDescription withPerformanceMode(String performanceMode)
 The PerformanceMode of the file system.
 
performanceMode - The PerformanceMode of the file system.PerformanceModepublic void setPerformanceMode(PerformanceMode performanceMode)
 The PerformanceMode of the file system.
 
performanceMode - The PerformanceMode of the file system.PerformanceModepublic FileSystemDescription withPerformanceMode(PerformanceMode performanceMode)
 The PerformanceMode of the file system.
 
performanceMode - The PerformanceMode of the file system.PerformanceModepublic String toString()
toString in class ObjectObject.toString()public FileSystemDescription clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.