Interface DisassociateFileSystemRequest.Builder

    • Method Detail

      • fileSystemAssociationARN

        DisassociateFileSystemRequest.Builder fileSystemAssociationARN​(String fileSystemAssociationARN)

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

        Parameters:
        fileSystemAssociationARN - The Amazon Resource Name (ARN) of the file system association to be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • forceDelete

        DisassociateFileSystemRequest.Builder forceDelete​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.