Class DisassociateFileSystemRequest

    • Method Detail

      • fileSystemAssociationARN

        public final String fileSystemAssociationARN()

        The Amazon Resource Name (ARN) of the file system association to be deleted.

        Returns:
        The Amazon Resource Name (ARN) of the file system association to be deleted.
      • forceDelete

        public final Boolean forceDelete()

        If this value is set to true, the operation disassociates an Amazon FSx file system immediately. It ends all data uploads to the file system, and the file system association enters the FORCE_DELETING status. If this value is set to false, the Amazon FSx file system does not disassociate until all data is uploaded.

        Returns:
        If this value is set to true, the operation disassociates an Amazon FSx file system immediately. It ends all data uploads to the file system, and the file system association enters the FORCE_DELETING status. If this value is set to false, the Amazon FSx file system does not disassociate until all data is uploaded.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object