Class MountTargetDescription

java.lang.Object
com.amazonaws.services.elasticfilesystem.model.MountTargetDescription
All Implemented Interfaces:
Serializable, Cloneable

public class MountTargetDescription extends Object implements Serializable, Cloneable

This object provides description of a mount target.

See Also:
  • Constructor Details

    • MountTargetDescription

      public MountTargetDescription()
  • Method Details

    • setOwnerId

      public void setOwnerId(String ownerId)

      The AWS account ID that owns the resource.

      Parameters:
      ownerId - The AWS account ID that owns the resource.
    • getOwnerId

      public String getOwnerId()

      The AWS account ID that owns the resource.

      Returns:
      The AWS account ID that owns the resource.
    • withOwnerId

      public MountTargetDescription withOwnerId(String ownerId)

      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

      public void setMountTargetId(String mountTargetId)

      The system-assigned mount target ID.

      Parameters:
      mountTargetId - The system-assigned mount target ID.
    • getMountTargetId

      public String getMountTargetId()

      The system-assigned mount target ID.

      Returns:
      The system-assigned mount target ID.
    • withMountTargetId

      public MountTargetDescription withMountTargetId(String mountTargetId)

      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

      public void setFileSystemId(String fileSystemId)

      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

      public String 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

      public MountTargetDescription withFileSystemId(String fileSystemId)

      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

      public void setSubnetId(String subnetId)

      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

      public String 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

      public MountTargetDescription withSubnetId(String subnetId)

      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

      public void setLifeCycleState(String lifeCycleState)

      The lifecycle state the mount target is in.

      Parameters:
      lifeCycleState - The lifecycle state the mount target is in.
      See Also:
    • getLifeCycleState

      public String getLifeCycleState()

      The lifecycle state the mount target is in.

      Returns:
      The lifecycle state the mount target is in.
      See Also:
    • withLifeCycleState

      public MountTargetDescription withLifeCycleState(String lifeCycleState)

      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

      public void setLifeCycleState(LifeCycleState lifeCycleState)

      The lifecycle state the mount target is in.

      Parameters:
      lifeCycleState - The lifecycle state the mount target is in.
      See Also:
    • withLifeCycleState

      public MountTargetDescription withLifeCycleState(LifeCycleState lifeCycleState)

      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

      public void setIpAddress(String ipAddress)

      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

      public String 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

      public MountTargetDescription withIpAddress(String ipAddress)

      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

      public void setNetworkInterfaceId(String networkInterfaceId)

      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

      public String 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

      public MountTargetDescription withNetworkInterfaceId(String networkInterfaceId)

      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

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public MountTargetDescription clone()
      Overrides:
      clone in class Object