Class CreateFileSystemResult
- All Implemented Interfaces:
Serializable
,Cloneable
This object provides description of a file system.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The time at which the file system was created, in seconds, since 1970-01-01T00:00:00Z.Opaque string specified in the request.The file system ID assigned by Amazon EFS.A predefined string value that indicates the lifecycle phase of the file system.getName()
You can add tags to a file system (see CreateTags) including a "Name" tag.The current number of mount targets (see CreateMountTarget) the file system has.The AWS account that created the file system.This object provides the latest known metered size of data stored in the file system, in bytes, in itsValue
field, and the time at which that size was determined in itsTimestamp
field.int
hashCode()
void
setCreationTime
(Date creationTime) The time at which 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) The file system ID assigned by Amazon EFS.void
setLifeCycleState
(LifeCycleState lifeCycleState) A predefined string value that indicates the lifecycle phase of the file system.void
setLifeCycleState
(String lifeCycleState) A predefined string value that indicates the lifecycle phase of the file system.void
You can add tags to a file system (see CreateTags) including a "Name" tag.void
setNumberOfMountTargets
(Integer numberOfMountTargets) The current number of mount targets (see CreateMountTarget) the file system has.void
setOwnerId
(String ownerId) The AWS account that created the file system.void
setSizeInBytes
(FileSystemSize sizeInBytes) This object provides the latest known metered size of data stored in the file system, in bytes, in itsValue
field, and the time at which that size was determined in itsTimestamp
field.toString()
Returns a string representation of this object; useful for testing and debugging.withCreationTime
(Date creationTime) The time at which the file system was created, in seconds, since 1970-01-01T00:00:00Z.withCreationToken
(String creationToken) Opaque string specified in the request.withFileSystemId
(String fileSystemId) The file system ID assigned by Amazon EFS.withLifeCycleState
(LifeCycleState lifeCycleState) A predefined string value that indicates the lifecycle phase of the file system.withLifeCycleState
(String lifeCycleState) A predefined string value that indicates the lifecycle phase of the file system.You can add tags to a file system (see CreateTags) including a "Name" tag.withNumberOfMountTargets
(Integer numberOfMountTargets) The current number of mount targets (see CreateMountTarget) the file system has.withOwnerId
(String ownerId) The AWS account that created the file system.withSizeInBytes
(FileSystemSize sizeInBytes) This object provides the latest known metered size of data stored in the file system, in bytes, in itsValue
field, and the time at which that size was determined in itsTimestamp
field.
-
Constructor Details
-
CreateFileSystemResult
public CreateFileSystemResult()
-
-
Method Details
-
setOwnerId
The 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.
- Parameters:
ownerId
- The 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.
-
getOwnerId
The 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.
- Returns:
- The 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.
-
withOwnerId
The 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.
- Parameters:
ownerId
- The 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationToken
Opaque string specified in the request.
- Parameters:
creationToken
- Opaque string specified in the request.
-
getCreationToken
Opaque string specified in the request.
- Returns:
- Opaque string specified in the request.
-
withCreationToken
Opaque string specified in the request.
- Parameters:
creationToken
- Opaque string specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFileSystemId
The file system ID assigned by Amazon EFS.
- Parameters:
fileSystemId
- The file system ID assigned by Amazon EFS.
-
getFileSystemId
The file system ID assigned by Amazon EFS.
- Returns:
- The file system ID assigned by Amazon EFS.
-
withFileSystemId
The file system ID assigned by Amazon EFS.
- Parameters:
fileSystemId
- The file system ID assigned by Amazon EFS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationTime
The time at which the file system was created, in seconds, since 1970-01-01T00:00:00Z.
- Parameters:
creationTime
- The time at which the file system was created, in seconds, since 1970-01-01T00:00:00Z.
-
getCreationTime
The time at which the file system was created, in seconds, since 1970-01-01T00:00:00Z.
- Returns:
- The time at which the file system was created, in seconds, since 1970-01-01T00:00:00Z.
-
withCreationTime
The time at which the file system was created, in seconds, since 1970-01-01T00:00:00Z.
- Parameters:
creationTime
- The time at which the file system was created, in seconds, since 1970-01-01T00:00:00Z.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLifeCycleState
A predefined string value that indicates the lifecycle phase of the file system.
- Parameters:
lifeCycleState
- A predefined string value that indicates the lifecycle phase of the file system.- See Also:
-
getLifeCycleState
A predefined string value that indicates the lifecycle phase of the file system.
- Returns:
- A predefined string value that indicates the lifecycle phase of the file system.
- See Also:
-
withLifeCycleState
A predefined string value that indicates the lifecycle phase of the file system.
- Parameters:
lifeCycleState
- A predefined string value that indicates the lifecycle phase of the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLifeCycleState
A predefined string value that indicates the lifecycle phase of the file system.
- Parameters:
lifeCycleState
- A predefined string value that indicates the lifecycle phase of the file system.- See Also:
-
withLifeCycleState
A predefined string value that indicates the lifecycle phase of the file system.
- Parameters:
lifeCycleState
- A predefined string value that indicates the lifecycle phase of the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setName
You can add tags to a file system (see CreateTags) including a "Name" tag. If the file system has a "Name" tag, Amazon EFS returns the value in this field.
- Parameters:
name
- You can add tags to a file system (see CreateTags) including a "Name" tag. If the file system has a "Name" tag, Amazon EFS returns the value in this field.
-
getName
You can add tags to a file system (see CreateTags) including a "Name" tag. If the file system has a "Name" tag, Amazon EFS returns the value in this field.
- Returns:
- You can add tags to a file system (see CreateTags) including a "Name" tag. If the file system has a "Name" tag, Amazon EFS returns the value in this field.
-
withName
You can add tags to a file system (see CreateTags) including a "Name" tag. If the file system has a "Name" tag, Amazon EFS returns the value in this field.
- Parameters:
name
- You can add tags to a file system (see CreateTags) including a "Name" tag. If the file system has a "Name" tag, Amazon EFS returns the value in this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNumberOfMountTargets
The current number of mount targets (see CreateMountTarget) the file system has.
- Parameters:
numberOfMountTargets
- The current number of mount targets (see CreateMountTarget) the file system has.
-
getNumberOfMountTargets
The current number of mount targets (see CreateMountTarget) the file system has.
- Returns:
- The current number of mount targets (see CreateMountTarget) the file system has.
-
withNumberOfMountTargets
The current number of mount targets (see CreateMountTarget) the file system has.
- Parameters:
numberOfMountTargets
- The current number of mount targets (see CreateMountTarget) the file system has.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSizeInBytes
This object provides the latest known metered size of data stored in the file system, in bytes, in its
Value
field, and the time at which that size was determined in itsTimestamp
field. TheTimestamp
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.- Parameters:
sizeInBytes
- This object provides the latest known metered size of data stored in the file system, in bytes, in itsValue
field, and the time at which that size was determined in itsTimestamp
field. TheTimestamp
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.
-
getSizeInBytes
This object provides the latest known metered size of data stored in the file system, in bytes, in its
Value
field, and the time at which that size was determined in itsTimestamp
field. TheTimestamp
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.- Returns:
- This object provides the latest known metered size of data stored
in the file system, in bytes, in its
Value
field, and the time at which that size was determined in itsTimestamp
field. TheTimestamp
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.
-
withSizeInBytes
This object provides the latest known metered size of data stored in the file system, in bytes, in its
Value
field, and the time at which that size was determined in itsTimestamp
field. TheTimestamp
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.- Parameters:
sizeInBytes
- This object provides the latest known metered size of data stored in the file system, in bytes, in itsValue
field, and the time at which that size was determined in itsTimestamp
field. TheTimestamp
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-