Class MountTargetDescription

    • Constructor Detail

      • MountTargetDescription

        public MountTargetDescription()
    • Method Detail

      • 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:
        LifeCycleState
      • getLifeCycleState

        public String getLifeCycleState()

        The lifecycle state the mount target is in.

        Returns:
        The lifecycle state the mount target is in.
        See Also:
        LifeCycleState
      • 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:
        LifeCycleState
      • 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:
        LifeCycleState
      • 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:
        LifeCycleState
      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object