Class CreateMountTargetResult
- All Implemented Interfaces:
Serializable
,Cloneable
This object provides description of a mount target.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the file system for which the mount target is intended.The address at which the file system may be mounted via the mount target.The lifecycle state the mount target is in.The system-assigned mount target ID.The ID of the network interface that Amazon EFS created when it created the mount target.The AWS account ID that owns the resource.The ID of the subnet that the mount target is in.int
hashCode()
void
setFileSystemId
(String fileSystemId) The ID of the file system for which the mount target is intended.void
setIpAddress
(String ipAddress) The address at which the file system may be mounted via the mount target.void
setLifeCycleState
(LifeCycleState lifeCycleState) The lifecycle state the mount target is in.void
setLifeCycleState
(String lifeCycleState) The lifecycle state the mount target is in.void
setMountTargetId
(String mountTargetId) The system-assigned mount target ID.void
setNetworkInterfaceId
(String networkInterfaceId) The ID of the network interface that Amazon EFS created when it created the mount target.void
setOwnerId
(String ownerId) The AWS account ID that owns the resource.void
setSubnetId
(String subnetId) The ID of the subnet that the mount target is in.toString()
Returns a string representation of this object; useful for testing and debugging.withFileSystemId
(String fileSystemId) The ID of the file system for which the mount target is intended.withIpAddress
(String ipAddress) The address at which the file system may be mounted via the mount target.withLifeCycleState
(LifeCycleState lifeCycleState) The lifecycle state the mount target is in.withLifeCycleState
(String lifeCycleState) The lifecycle state the mount target is in.withMountTargetId
(String mountTargetId) The system-assigned mount target ID.withNetworkInterfaceId
(String networkInterfaceId) The ID of the network interface that Amazon EFS created when it created the mount target.withOwnerId
(String ownerId) The AWS account ID that owns the resource.withSubnetId
(String subnetId) The ID of the subnet that the mount target is in.
-
Constructor Details
-
CreateMountTargetResult
public CreateMountTargetResult()
-
-
Method Details
-
setOwnerId
The AWS account ID that owns the resource.
- Parameters:
ownerId
- The AWS account ID that owns the resource.
-
getOwnerId
The AWS account ID that owns the resource.
- Returns:
- The AWS account ID that owns the resource.
-
withOwnerId
The AWS account ID that owns the resource.
- Parameters:
ownerId
- The AWS account ID that owns the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMountTargetId
The system-assigned mount target ID.
- Parameters:
mountTargetId
- The system-assigned mount target ID.
-
getMountTargetId
The system-assigned mount target ID.
- Returns:
- The system-assigned mount target ID.
-
withMountTargetId
The system-assigned mount target ID.
- Parameters:
mountTargetId
- The system-assigned mount target ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFileSystemId
The ID of the file system for which the mount target is intended.
- Parameters:
fileSystemId
- The ID of the file system for which the mount target is intended.
-
getFileSystemId
The ID of the file system for which the mount target is intended.
- Returns:
- The ID of the file system for which the mount target is intended.
-
withFileSystemId
The ID of the file system for which the mount target is intended.
- Parameters:
fileSystemId
- The ID of the file system for which the mount target is intended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSubnetId
The ID of the subnet that the mount target is in.
- Parameters:
subnetId
- The ID of the subnet that the mount target is in.
-
getSubnetId
The ID of the subnet that the mount target is in.
- Returns:
- The ID of the subnet that the mount target is in.
-
withSubnetId
The ID of the subnet that the mount target is in.
- Parameters:
subnetId
- The ID of the subnet that the mount target is in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLifeCycleState
The lifecycle state the mount target is in.
- Parameters:
lifeCycleState
- The lifecycle state the mount target is in.- See Also:
-
getLifeCycleState
The lifecycle state the mount target is in.
- Returns:
- The lifecycle state the mount target is in.
- See Also:
-
withLifeCycleState
The lifecycle state the mount target is in.
- Parameters:
lifeCycleState
- The lifecycle state the mount target is in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLifeCycleState
The lifecycle state the mount target is in.
- Parameters:
lifeCycleState
- The lifecycle state the mount target is in.- See Also:
-
withLifeCycleState
The lifecycle state the mount target is in.
- Parameters:
lifeCycleState
- The lifecycle state the mount target is in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setIpAddress
The address at which the file system may be mounted via the mount target.
- Parameters:
ipAddress
- The address at which the file system may be mounted via the mount target.
-
getIpAddress
The address at which the file system may be mounted via the mount target.
- Returns:
- The address at which the file system may be mounted via the mount target.
-
withIpAddress
The address at which the file system may be mounted via the mount target.
- Parameters:
ipAddress
- The address at which the file system may be mounted via the mount target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNetworkInterfaceId
The ID of the network interface that Amazon EFS created when it created the mount target.
- Parameters:
networkInterfaceId
- The ID of the network interface that Amazon EFS created when it created the mount target.
-
getNetworkInterfaceId
The ID of the network interface that Amazon EFS created when it created the mount target.
- Returns:
- The ID of the network interface that Amazon EFS created when it created the mount target.
-
withNetworkInterfaceId
The ID of the network interface that Amazon EFS created when it created the mount target.
- Parameters:
networkInterfaceId
- The ID of the network interface that Amazon EFS created when it created the mount target.- 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
-